summaryrefslogtreecommitdiff
path: root/src/chef/core.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/chef/core.clj')
-rw-r--r--src/chef/core.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chef/core.clj b/src/chef/core.clj
index 86aeb17..638698d 100644
--- a/src/chef/core.clj
+++ b/src/chef/core.clj
@@ -5,4 +5,4 @@
(defn -main [& args]
(println "Starting http server...")
- (http-server/run-server croutes/ring-handler {:port 8080}))
+ (http-server/run-server @croutes/ring-handler {:port 8080}))