Axum match pattern failing to nest and route service #2573
Unanswered
spikeHollow
asked this question in
Q&A
Replies: 2 comments
-
That is by design. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Instead of nesting at |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Summary
Here's the code
I expected it to happen like I described, nut, its just throwing route already registered error.
Initially, I discussed this in rust forum.
However I tried adding a wildcard "/*key" like they said and I got this error.
How to solve this issue?
axum version
0.7.4
Beta Was this translation helpful? Give feedback.
All reactions