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