update ring :handler reference
This commit is contained in:
parent
abf1923fe2
commit
1f16054710
|
@ -19,7 +19,7 @@
|
||||||
:repl-options {:init-ns blarg.repl}
|
:repl-options {:init-ns blarg.repl}
|
||||||
:plugins [[lein-ring "0.8.10"]
|
:plugins [[lein-ring "0.8.10"]
|
||||||
[lein-environ "0.4.0"]]
|
[lein-environ "0.4.0"]]
|
||||||
:ring {:handler blarg.handler/war-handler
|
:ring {:handler blarg.handler/app
|
||||||
:init blarg.handler/init
|
:init blarg.handler/init
|
||||||
:destroy blarg.handler/destroy}
|
:destroy blarg.handler/destroy}
|
||||||
:profiles
|
:profiles
|
||||||
|
|
Reference in a new issue