mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Fix example in README
This commit is contained in:
parent
5210157fc2
commit
3f352a9f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ Create a router:
|
|||
(reitit/router
|
||||
[["/api"
|
||||
["/ping" ::ping]
|
||||
["/user/:id ::user]]))
|
||||
["/user/:id" ::user]]))
|
||||
|
||||
(class router)
|
||||
; reitit.core.LinearRouter
|
||||
|
|
|
|||
Loading…
Reference in a new issue