You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@oyoungsrouter.StaticFS registers param path into the router with /*filepath which creates conflict with everything else in the root path. my suggestion would be to use something like router.StaticFS("/public", http.Dir("public")) . static and param paths collision is known issue - #2016
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: