Skip to content

Commit

Permalink
again again
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jan 9, 2025
1 parent 50da238 commit 585251c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modular/webserver/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
this {:handler handler
:http http
:https https
:https-a (atom (start-https https))
:https-a (atom nil)
:proxy (when-not (= (:port https) 0)
(start-proxy opts))}]
(start-https this)
Expand Down

0 comments on commit 585251c

Please sign in to comment.