We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to tell the router to always force a trailing slash on the URLs?
ie. http://myapp/test should always route as http://myapp/test/
http://myapp/test
http://myapp/test/
The text was updated successfully, but these errors were encountered:
AFAICR, the second one resolves to test/:id if such route exists.
test/:id
Sorry, something went wrong.
Closing this in favour of #820
No branches or pull requests
Is it possible to tell the router to always force a trailing slash on the URLs?
ie.
http://myapp/test
should always route ashttp://myapp/test/
The text was updated successfully, but these errors were encountered: