summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ruuter/core.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ruuter/core.clj b/src/ruuter/core.clj
index 2504b6f..e646f7e 100644
--- a/src/ruuter/core.clj
+++ b/src/ruuter/core.clj
@@ -1,6 +1,7 @@
(ns ruuter.core
(:require [clojure.string :as string]
- [org.httpkit.server :as http]))
+ [org.httpkit.server :as http])
+ (:gen-class))
(def routes [{:path "/"