mirror of
https://github.com/metosin/reitit.git
synced 2025-12-20 17:41:11 +00:00
Fix router documentation
Just a small fix on the router documentation.
This commit is contained in:
parent
c5dc91af89
commit
c56cd4c03e
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ As routes are defined as plain data, it's easy to merge multiple route trees int
|
|||
(def admin-routes
|
||||
["/admin"
|
||||
["/ping" ::ping]
|
||||
["/users" ::users]])
|
||||
["/db" ::db]])
|
||||
|
||||
(r/router
|
||||
[admin-routes
|
||||
|
|
|
|||
Loading…
Reference in a new issue