-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Root static resource router not supported #2537
Comments
I tried, but in the front-end file "index.html", all request urls are based on the path "/":
So my static resource path must be "/", else it will tell me "404 Not Found" But if I use the http.ServeMux, the static resource path "/" and the api router "/api/v1" are compatible( '/api/v1' has higher priority ) |
This was referenced Mar 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After I registered other routers, when I want to register the static resources router to the path "/", it told me "CONFLICTS"
My code:
errors like that:
The text was updated successfully, but these errors were encountered: