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)