mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
update r/routes output
`nil` should not be there.
This commit is contained in:
parent
751ba17b75
commit
f3a686026f
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ Resolved route tree:
|
|||
; :name :user/ping}]
|
||||
; ["/api/admin/users" {:interceptors [::api]
|
||||
; :roles #{:admin}
|
||||
; :name ::users} nil]
|
||||
; :name ::users}]
|
||||
; ["/api/admin/db" {:interceptors [::api ::db]
|
||||
; :roles #{:db-admin}}]]
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue