🩹 hardcode http port

This commit is contained in:
DrMaxNix 2024-05-03 11:12:50 +02:00
parent abfea05a6e
commit 28e2aa8e2d

View File

@ -83,5 +83,4 @@
params/wrap-params))
(defn -main []
(let [port (Integer. (:port env))]
(jetty/run-jetty app {:port port})))
(jetty/run-jetty app {:port 80}))