fix incorrect key for http server config

This commit is contained in:
Gered 2022-01-18 18:57:37 -05:00
parent 5031455558
commit 56a6a3730c

View file

@ -57,7 +57,7 @@
:start :start
(let [{:keys [port bind] (let [{:keys [port bind]
:or {port 8080 :or {port 8080
bind "0.0.0.0"}} (:http-server config) bind "0.0.0.0"}} (:http config)
server (http-kit/run-server server (http-kit/run-server
(as-> #'handler h (as-> #'handler h
(if (:dev? config) (wrap-reload h) h)) (if (:dev? config) (wrap-reload h) h))