mirror of
https://github.com/metosin/reitit.git
synced 2026-02-13 23:05:16 +00:00
commit
751ba17b75
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