Subroutes to a specific route #3512
Unanswered
ArbazIrshad
asked this question in
Q&A
Replies: 1 comment
-
|
You can use |
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
I have a route related to a movie resource. I want to make a subroute only to the route which contains the id. I want to add routes related to comments and reviews, so that the routes will become
/movies/:movieId/reviewsand/movies/:movieId/comments. Is this possible in axum?axum version
0.8.4
Beta Was this translation helpful? Give feedback.
All reactions