mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21: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
|
```clj
|
||||||
(r/routes router)
|
(r/routes router)
|
||||||
; [["/api/ping" {:name :user/ping} nil]
|
; [["/api/ping" {:name :user/ping}]
|
||||||
; ["/api/user/:id" {:name :user/user} nil]]
|
; ["/api/user/:id" {:name :user/user}]]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Composing
|
### Composing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue