Skip to content

Commit

Permalink
use shuttle.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo33 committed Feb 11, 2024
1 parent 3bb2f99 commit ec615a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
if (params.get("local")) {
socket = new Socket("ws://localhost:4000/socket", { params: {} })
} else {
socket = new Socket("wss://hug-server.shuttleapp.rs/socket", { params: {} })
socket = new Socket("wss://hug-server.shuttleapp.rs", { params: {} })
}
socket.connect()
let channel = socket.channel("player", {})
Expand Down

0 comments on commit ec615a8

Please sign in to comment.