-
Bug ReportVersion0.8.2PlatformUbuntu 24.04 x86_64CratesaxumDescriptionI created 3 routes:
One solution is to merge fallback between routes |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
I think nesting should work. But what would you expect to happen when you merge two routers that both define a fallback? |
Beta Was this translation helpful? Give feedback.
-
but I need to serve http at the root |
Beta Was this translation helpful? Give feedback.
-
I would like only one fallback for both routes. Another way is to not use |
Beta Was this translation helpful? Give feedback.
axum v0.8.4 with
Router::reset_fallback
has been published :)