From 3bb2f993a8b41b0905ba5ca0cfce9fa96d10a827 Mon Sep 17 00:00:00 2001 From: Ryo Hirayama Date: Sun, 11 Feb 2024 16:53:14 +0900 Subject: [PATCH] use shuttle.rs --- .public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.public/index.html b/.public/index.html index f922386..2256ebc 100644 --- a/.public/index.html +++ b/.public/index.html @@ -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", {})