mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
Update README.md
This commit is contained in:
parent
9aefe5dea6
commit
5ad8f646b2
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ See [Issues](https://github.com/metosin/reitit/issues) for roadmap.
|
||||||
|
|
||||||
(r/match-by-name router ::order {:id 2})
|
(r/match-by-name router ::order {:id 2})
|
||||||
; #Match{:template "/api/orders/:id",
|
; #Match{:template "/api/orders/:id",
|
||||||
; :meta {:name ::order-by-id},
|
; :meta {:name ::order},
|
||||||
; :result nil,
|
; :result nil,
|
||||||
; :params {:id 2},
|
; :params {:id 2},
|
||||||
; :path "/api/orders/2"}
|
; :path "/api/orders/2"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue