This commit is contained in:
Ambrose Bonnaire-Sergeant 2025-11-21 09:43:31 +02:00 committed by GitHub
commit 4ec29540cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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!