Files
remark42/backend/vendor/github.com
Dmitry VerkhoturovandGitHub c5121fd402 refactor(api): replace go-chi/chi router with go-pkgz/routegroup (#2103)
Migrate the REST router off go-chi/chi onto go-pkgz/routegroup (backed by the
stdlib http.ServeMux), removing the last use of go-chi from the backend:

- rest.go routes() builds the tree with routegroup (Mount/Group/Route/With) and
  net/http method+path patterns instead of chi's Get/Post/Route/Mount helpers
- chi.URLParam(...) -> r.PathValue(...) in the admin, public and private handlers
- rest_public_test.go loadPictureCtrl test uses routegroup + http.ServeMux
- rest_test.go: add TestRest_FileServerStaticAssets (bare /web -> /web/ redirect,
  cache headers, 404, directory-listing block) and update the path-traversal test
  for ServeMux normalising a literal ".." (encoded traversal is still rejected
  by the handler)
- drop go-chi/chi from go.mod, go.sum and vendor; update the CLAUDE.md reference
2026-07-01 15:04:34 -05:00
..
2019-03-09 02:02:55 -06:00
2024-04-10 19:33:20 -05:00
2024-02-20 12:23:16 -06:00
2024-07-30 20:23:33 -05:00
2024-07-30 20:23:33 -05:00
2024-07-30 20:23:33 -05:00
2024-07-30 20:23:33 -05:00
2018-06-23 12:31:19 -05:00
2024-02-20 12:23:16 -06:00
2022-04-05 11:50:45 -05:00
2022-04-05 11:50:45 -05:00
2025-12-03 19:47:01 -06:00
2024-07-30 20:23:33 -05:00