Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix route of development/echo (#1273)
Now that we normalize paths, any routes registered with a slash at the end can't actually be hit at all as the trailing slash will be stripped before the request goes to the router. Follow-up to #1270
- Loading branch information