From 8de1aa564e281fc8d2de8f80b775c48a45eef88c Mon Sep 17 00:00:00 2001 From: lemuel Date: Mon, 14 Feb 2022 07:16:27 -0600 Subject: [PATCH] =?UTF-8?q?producci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/socket.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/socket.js b/server/socket.js index 15560d0..87fe162 100644 --- a/server/socket.js +++ b/server/socket.js @@ -8,10 +8,10 @@ module.exports = { origin: [ // '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', + // 'http://132.248.80.196:3045', + // 'http://132.248.80.196:3055', + 'https://pcpuma.acatlan.unam.mx', + 'https://pcpuma.acatlan.unam.mx:8080', ], }, });