Skip to content

Commit

Permalink
fix: fix on server
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed Feb 15, 2024
1 parent b8bc203 commit dee5f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
#_(ring/create-resource-handler {:root "public"})
(ring/create-default-handler)))
{:port port, :join? join})]
(log/info "server running " "on port " port)
(log/info "server running on port" port)
server))

(defmethod ig/init-key ::server [_ opts]
Expand Down

0 comments on commit dee5f5d

Please sign in to comment.