update ring :handler reference

This commit is contained in:
Gered 2014-03-24 19:13:43 -04:00
parent abf1923fe2
commit 1f16054710

View file

@ -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