Skip to content

Latest commit

 

History

History
159 lines (134 loc) · 4.56 KB

routes.md

File metadata and controls

159 lines (134 loc) · 4.56 KB

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