From 27e3aa52cffcb53c00dede6788d3db61419b9ec5 Mon Sep 17 00:00:00 2001 From: xXpuma99Xx <51341582+xXpuma99Xx@users.noreply.github.com> Date: Mon, 14 Feb 2022 03:08:03 -0600 Subject: [PATCH] version pruebas --- server/socket.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/socket.js b/server/socket.js index 0969030..15560d0 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', - // 'http://132.248.80.196:3045', - // 'http://132.248.80.196:3055', + // 'http://localhost:3046', + // 'http://localhost:3056', + 'http://132.248.80.196:3045', + 'http://132.248.80.196:3055', // 'https://pcpuma.acatlan.unam.mx', // 'https://pcpuma.acatlan.unam.mx:8080', ],