Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix path normalization of index route
Previously, `normalize_path` on `/` would result in an empty string, causing routers to return 404 on the index route. Fix this by doing nothing if the resultant string would be empty. Fixes tower-rs#318.
- Loading branch information