Skip to content

Commit

Permalink
Remove trailing slash in socket-url (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgensenUlrik authored Apr 18, 2024
1 parent 1d199d3 commit 62471ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/config.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

(ns client.config)

(def socket-url "/ws/")
(def socket-url "/ws")

0 comments on commit 62471ef

Please sign in to comment.