From d0423346f076b4a105386371f740e1e4c97f227b Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Thu, 16 Apr 2026 16:49:18 +0200 Subject: [PATCH] whoops --- modules/web.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web.html b/modules/web.html index 1414a26..9339ab0 100644 --- a/modules/web.html +++ b/modules/web.html @@ -282,7 +282,7 @@ function connectWs(){ const statusText = document.getElementById("server-status"); statusText.textContent = "connecting..."; - ws = new WebSocket("https://radio95.tnet/ws"); + ws = new WebSocket("/ws"); ws.addEventListener("open", () => { statusText.textContent = "connected";