well, that was kind of silly of me
This commit is contained in:
parent
05aef868a0
commit
2bd3a68ff3
|
@ -75,8 +75,6 @@
|
|||
|
||||
(defonce server (atom nil))
|
||||
|
||||
(defonce server (atom nil))
|
||||
|
||||
(defn start-server [& [port]]
|
||||
(let [port (if port (Integer/parseInt port) 8080)]
|
||||
(reset! server
|
||||
|
|
Reference in a new issue