change wss server
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m17s

This commit is contained in:
Smile Rex
2026-01-26 19:10:47 +03:00
parent b272ed8044
commit 3e12dd73b1

View File

@@ -10,7 +10,7 @@
iceServers: [{ urls: "stun:stun.l.google.com:19302" }],
});
ws = new WebSocket("ws://localhost:8080/ws");
ws = new WebSocket("wss://meet-api.quizer.space/ws");
ws.onmessage = async (e) => {
const msg = JSON.parse(e.data);