mirror of
https://github.com/metosin/reitit.git
synced 2026-02-19 01:05:55 +00:00
style
This commit is contained in:
parent
4fa3e12b49
commit
a98fe22992
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@
|
||||||
([data]
|
([data]
|
||||||
(router data nil))
|
(router data nil))
|
||||||
([data opts]
|
([data opts]
|
||||||
(let [opts (merge {:coerce coerce-handler
|
(let [opts (merge {:coerce coerce-handler
|
||||||
:compile compile-result
|
:compile compile-result
|
||||||
::default-options-endpoint default-options-endpoint}
|
::default-options-endpoint default-options-endpoint}
|
||||||
opts)]
|
opts)]
|
||||||
(r/router data opts))))
|
(r/router data opts))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue