From 1f16054710619d8417bc59c22fa0d790e962d399 Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 24 Mar 2014 19:13:43 -0400 Subject: [PATCH] update ring :handler reference --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index cb6c6ce..4264ab7 100644 --- a/project.clj +++ b/project.clj @@ -19,7 +19,7 @@ :repl-options {:init-ns blarg.repl} :plugins [[lein-ring "0.8.10"] [lein-environ "0.4.0"]] - :ring {:handler blarg.handler/war-handler + :ring {:handler blarg.handler/app :init blarg.handler/init :destroy blarg.handler/destroy} :profiles