Routing with path and suffix #3861
wokis
started this conversation in
Potential Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Consider something like this:
I'm unable to get the above router to route correctly. Given a URI of
/files/folder/file.txt/info
I get 404 but a simpler URI such as/files/file.txt/info
works.How do I get
{:path}
to consider all the paths leading up to the/info
suffix?Beta Was this translation helpful? Give feedback.
All reactions