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 28db83a commit 3bb2f99
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://hugserver.herokuapp.com/socket", { params: {} })
socket = new Socket("wss://hug-server.shuttleapp.rs/socket", { params: {} })
}
socket.connect()
let channel = socket.channel("player", {})
Expand Down

0 comments on commit 3bb2f99

Please sign in to comment.