mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
Allow any keys in paramters, related to #145
This commit is contained in:
parent
f5ee149929
commit
52eeea3c99
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
||||||
;; coercion
|
;; coercion
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(s/def :reitit.core.coercion/kw-map (s/or :map (s/map-of keyword? any?) :spec s/spec?))
|
(s/def :reitit.core.coercion/kw-map (s/or :map (s/map-of any? any?) :spec s/spec?))
|
||||||
|
|
||||||
(s/def :reitit.core.coercion/query :reitit.core.coercion/kw-map)
|
(s/def :reitit.core.coercion/query :reitit.core.coercion/kw-map)
|
||||||
(s/def :reitit.core.coercion/body :reitit.core.coercion/kw-map)
|
(s/def :reitit.core.coercion/body :reitit.core.coercion/kw-map)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue