We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b416014 commit 1935672Copy full SHA for 1935672
GameBackendSocketIO/server.js
@@ -58,7 +58,7 @@ function getSocketsInGame(gameId) {
58
}
59
60
61
-io.set('origins', '*:*');
+io.origins(['http://extriviaganza.herokuapp.com']);
62
63
io.on('connection', socket => {
64
console.log(`A user connected, socketId = ${socket.id}`);
0 commit comments