identicond/vendor/gopkg.in/chi.v3/_examples/rest/routes.md

4.6 KiB

github.com/go-chi/chi

Welcome to the chi/_examples/rest generated docs.

Routes

`/`
`/admin/*`
`/admin/*/accounts`
`/admin/*/users/{userId}`
`/articles/*`
`/articles/*/search`
`/articles/*/{articleID}/*`
`/articles/*/{articleSlug:[a-z-]+}`
`/panic`
`/ping`

Total # of routes: 10