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
The text was updated successfully, but these errors were encountered:
tablecell
changed the title
url with slash match route Get("/test/:uid" should be 404
url with trailing slash match route Get("/test/:uid" should be 404
Oct 12, 2021
curl http://localhost:3000/test/web
curl http://localhost:3000/test/web/
all return 200
int standart net/http
curl http://localhost:3000/test/web return 200
curl http://localhost:3000/test/web/ return 404
The text was updated successfully, but these errors were encountered: