Replies: 1 comment
-
What did you try and what error did you get? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
With axum 0.7.x I can serve any url under
/
with static files using.nest_service("/", ServeDir::new(static_folder_path))
. With axum 0.8.x, there is no way to do this anymore. I want to be able to serve any html under/
without have to specify them also make it easy for me to add more.Beta Was this translation helpful? Give feedback.
All reactions