Fix this endpoint

This commit is contained in:
2026-02-01 18:40:03 -07:00
parent 8cb20f41ae
commit 749ebc6162

View File

@@ -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)