This commit is contained in:
Caio Oliveira 2020-05-12 10:37:47 -04:00
parent 4fa3e12b49
commit a98fe22992
No known key found for this signature in database
GPG key ID: 45C322D391B0CA40

View file

@ -95,8 +95,8 @@
([data]
(router data nil))
([data opts]
(let [opts (merge {:coerce coerce-handler
:compile compile-result
(let [opts (merge {:coerce coerce-handler
:compile compile-result
::default-options-endpoint default-options-endpoint}
opts)]
(r/router data opts))))