mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
update r/routes output
The `nil`s are not there and need to be removed.
This commit is contained in:
parent
d0f1abe115
commit
04225b0eff
1 changed files with 2 additions and 2 deletions
|
|
@ -67,8 +67,8 @@ The compiled route tree:
|
|||
|
||||
```clj
|
||||
(r/routes router)
|
||||
; [["/api/ping" {:name :user/ping} nil]
|
||||
; ["/api/user/:id" {:name :user/user} nil]]
|
||||
; [["/api/ping" {:name :user/ping}]
|
||||
; ["/api/user/:id" {:name :user/user}]]
|
||||
```
|
||||
|
||||
### Composing
|
||||
|
|
|
|||
Loading…
Reference in a new issue