We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b056b commit 7e738ceCopy full SHA for 7e738ce
project.clj
@@ -24,7 +24,8 @@
24
[http-kit "2.3.0"]
25
[reloaded.repl "0.2.4"]
26
[com.stuartsierra/component "0.4.0"]]}
27
- :dev {:repl-options {:init-ns user}
+ :dev {:jvm-opts ["-Dcompojure.api.core.allow-dangerous-middleware=true"]
28
+ :repl-options {:init-ns user}
29
:plugins [[lein-clojars "0.9.1"]
30
[lein-midje "3.2.1"]
31
[lein-ring "0.12.0"]
0 commit comments