From 4435544e9b43c8e503fa533e583c3d8e1f42bad7 Mon Sep 17 00:00:00 2001 From: lemuel Date: Tue, 1 Feb 2022 12:03:16 -0600 Subject: [PATCH] version servidro pruebas --- server/socket.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/socket.js b/server/socket.js index 971f0d6..282d667 100644 --- a/server/socket.js +++ b/server/socket.js @@ -6,10 +6,10 @@ module.exports = { io = new Server(httpServer, { cors: { origin: [ - 'http://localhost:3046', - 'http://localhost:3056', - // 'https://pcpuma.acatlan.unam.mx', - // 'https://pcpuma.acatlan.unam.mx:8080', + // 'http://localhost:3046', + // 'http://localhost:3056', + 'https://pcpuma.acatlan.unam.mx', + 'https://pcpuma.acatlan.unam.mx:8080', ], }, });