mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Missing curly brace in documentation - I noticed this while trying the example in REPL
This commit is contained in:
parent
ff55f85677
commit
60fee31733
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
:coercion reitit.coercion.malli/coercion
|
:coercion reitit.coercion.malli/coercion
|
||||||
:parameters {:path [:map
|
:parameters {:path [:map
|
||||||
[:company string?]
|
[:company string?]
|
||||||
[:user-id int?]]}]
|
[:user-id int?]]}}]
|
||||||
{:compile coercion/compile-request-coercers}))
|
{:compile coercion/compile-request-coercers}))
|
||||||
|
|
||||||
(defn match-by-path-and-coerce! [path]
|
(defn match-by-path-and-coerce! [path]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue