Merge pull request #513 from zengxinhui/patch-1

update r/routes output
This commit is contained in:
Tommi Reiman 2021-10-13 09:54:04 +03:00 committed by GitHub
commit 751ba17b75
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