Fork me on GitHub
#immutant
<
2017-11-10
>
Pontus06:11:53

fyi, I solved my reloading issue by prepending #' to every ring handler I created with the compojure defroutes macro. E.g. (def app (-> #'app-routes (wrap-development) ..... )