select api
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m18s

This commit is contained in:
Smile Rex
2026-01-21 18:52:02 +03:00
parent b7d21decaf
commit 544160f916

View File

@@ -9,7 +9,7 @@ export class GameScene extends Phaser.Scene {
create() {
this.inputCtrl = new TouchInput(this);
this.socket = new GameSocket("ws://localhost:8080/ws");
this.socket = new GameSocket("wss://tma-api.quizer.space/ws");
this.socket.onState = (state) => {
this.syncPlayers(state.players);