update r/routes output

The `nil`s are not there and need to be removed.
This commit is contained in:
zengxinhui 2021-10-13 02:41:07 -04:00 committed by GitHub
parent d0f1abe115
commit 04225b0eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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