mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Merge 33d155dc84 into c3a152a44e
This commit is contained in:
commit
4ec29540cb
1 changed files with 4 additions and 1 deletions
|
|
@ -71,7 +71,10 @@
|
|||
:parameters {:path [:map
|
||||
[:id :int]]
|
||||
:query [:map
|
||||
[:foo {:optional true} :keyword]]}}]])
|
||||
[:foo {:optional true} :keyword]
|
||||
;; ?repeated=a ==> ["a"]
|
||||
;; ?repeated=a&repeated=b ==> ["a" "b"]
|
||||
[:repeated [:vector {:decode/string #(if (string? %) [%] %)} :string]]]}}]])
|
||||
|
||||
(defn init! []
|
||||
(rfe/start!
|
||||
|
|
|
|||
Loading…
Reference in a new issue