This commit is contained in:
Ambrose Bonnaire-Sergeant 2026-01-19 21:05:48 -08:00 committed by GitHub
commit 6b95795a6f
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!