From 749ebc61624ba98834901571111b272ea68040f0 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sun, 1 Feb 2026 18:40:03 -0700 Subject: [PATCH] Fix this endpoint --- src/app/game/berry-dash/chatroom/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/game/berry-dash/chatroom/page.tsx b/src/app/game/berry-dash/chatroom/page.tsx index 6e4b696..8918f30 100644 --- a/src/app/game/berry-dash/chatroom/page.tsx +++ b/src/app/game/berry-dash/chatroom/page.tsx @@ -42,7 +42,7 @@ export default function BerryDashChatroom () { useEffect(() => { document.title = 'Lncvrt Games - Chatroom' - const socket = new WebSocket('wss://games.lncvrt.xyz/api/ws') + const socket = new WebSocket('/api/ws') socket.onopen = () => { setConnected(true)