This commit is contained in:
Ambrose Bonnaire-Sergeant 2025-10-30 15:11:40 +02:00 committed by GitHub
commit a4e1cc5757
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!