Update src/layout/pages/Room.tsx
Some checks failed
Build Mau & Deploy Mau / deploy (push) Has been cancelled
Build Mau & Deploy Mau / build (push) Has been cancelled

This commit is contained in:
2024-04-17 08:38:56 +00:00
parent 7af13ec3ac
commit 7aeaf0cdd8

View File

@@ -31,7 +31,7 @@ const Room = () => {
const {roomId} = useParams();
const WS_URL = `ws://${process.env.REACT_APP_API_URL}/room/${roomId}`;
const WS_URL = `${process.env.REACT_APP_WEBSOCKET_URL}/room/${roomId}`;
const [gameState, setGameState] = React.useState<GameState>({
PlayerName: '',