Fix this endpoint
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user