Skip to content

Commit

Permalink
Use render.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo33 committed Dec 4, 2022
1 parent 4334556 commit 767b1e2
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 @@ -157,7 +157,7 @@
if (params.get("local")) {
socket = new Socket("ws://localhost:4000/socket", {params: {}})
} else {
socket = new Socket("wss://server2.hug.hihaheho.com/socket", {params: {}})
socket = new Socket("wss://hug-server.onrender.com/socket", {params: {}})
}
socket.connect()
let channel = socket.channel("player", {})
Expand Down

0 comments on commit 767b1e2

Please sign in to comment.