mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
Merge pull request #472 from metosin/malli-coercion-doc-fix
Missing curly brace in documentation
This commit is contained in:
commit
07dfb91d96
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