-
I noticed one thing according to this issue (probably this will be fixed in 0.9 version) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes, you are right, that PR makes utoipa axum nesting in par with the actual axum implementation so it should work the same as axum in all edge cases. It was not released until today. |
Beta Was this translation helpful? Give feedback.
-
Using the latest releases but still seeing problems with nesting. I can open a new issue but I'm not sure how to get nesting to work with collection resources. I have an api like this:
The router works if I drop the get a list of things. Routes work when their not nested but still the same paths. When using nesting I get:
It seems like the "" get list of things is being interpreted as "/" and conflicting with the nested router itself. What gives? |
Beta Was this translation helpful? Give feedback.
Yes, you are right, that PR makes utoipa axum nesting in par with the actual axum implementation so it should work the same as axum in all edge cases. It was not released until today.