mirror of
https://github.com/metosin/reitit.git
synced 2025-12-28 04:18:24 +00:00
commit
751ba17b75
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