mirror of
https://github.com/metosin/reitit.git
synced 2026-01-29 09:20:33 +00:00
Optionally run the app with aleph
This commit is contained in:
parent
d00efb8cc6
commit
ca7403ccab
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@
|
||||||
|
|
||||||
(defn start []
|
(defn start []
|
||||||
(jetty/run-jetty #'app {:port 3000, :join? false, :async true})
|
(jetty/run-jetty #'app {:port 3000, :join? false, :async true})
|
||||||
|
;(aleph/start-server (aleph/wrap-ring-async-handler #'app) {:port 3000})
|
||||||
(println "server running in port 3000"))
|
(println "server running in port 3000"))
|
||||||
|
|
||||||
(comment
|
(comment
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue