Invalid URL param. wrong number of parameters: 2 expected 1 #328
Answered
by
jplatte
shengsheng
asked this question in
Q&A
-
How to get multi path params in handler function?
|
Beta Was this translation helpful? Give feedback.
Answered by
jplatte
Sep 17, 2021
Replies: 1 comment 2 replies
-
What you need is one I wonder whether it would be feasible to make what you wrote work though 🤔 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
davidpdrsn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What you need is one
Path<(String, u8)>
extractor rather than two separate ones.I wonder whether it would be feasible to make what you wrote work though 🤔