Fork me on GitHub
#luminus
<
2019-05-28
>
erwinrooijakkers10:05:45

Hi, We have a problem with Mount and clojure.spec. We want to fetch some data from a file in a defstate, and then use it in the spec validation. Unfortunately the specs for reitit are generated before defstates are run. Is there a way around this?

yogthos18:05:41

you could declare your reitit routes in a defstate as well, then they would be loaded by mount