Fix this endpoint
This commit is contained in:
@@ -42,7 +42,7 @@ export default function BerryDashChatroom () {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
document.title = 'Lncvrt Games - Chatroom'
|
document.title = 'Lncvrt Games - Chatroom'
|
||||||
|
|
||||||
const socket = new WebSocket('wss://games.lncvrt.xyz/api/ws')
|
const socket = new WebSocket('/api/ws')
|
||||||
|
|
||||||
socket.onopen = () => {
|
socket.onopen = () => {
|
||||||
setConnected(true)
|
setConnected(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user