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
Hi, I tried looking around existing issues but I could not see anything related. So, I would like to know if there is a way to support optional trailing slash at the end of a route.
For example:
r.POST("/users/?", ...)
Right now I have to use two posts:
r.POST("/users", ...)
r.POST("/users/", ...)
nidhindn, ishrivatsa, emacampolo, mosampaio, monrostar and 3 more