-
|
I'm running the v2.0.1-rc.5, and I'm trying to use a catch-all route to read files from disk. When I set a get handler for "/something/**", I do get the full path after "/something" in However, when I set a handler for "/**", I only get the top level path in |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
You can use |
Beta Was this translation helpful? Give feedback.
-
|
Sorry if I wasn't clear. The problem is that it doesn't match the full wildcard string when using |
Beta Was this translation helpful? Give feedback.
-
|
Just to clarify. For example. when setting two routes using:
Initiating a get request to |
Beta Was this translation helpful? Give feedback.
Opened issue #1249. Thanks.