From 6c90b0339fe8d1c0558840bc2fc17fd9805aba47 Mon Sep 17 00:00:00 2001 From: lemuel Date: Sat, 5 Feb 2022 22:32:13 -0600 Subject: [PATCH] beta --- server/socket.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/socket.js b/server/socket.js index cf2540a..f5587d6 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:3045:8080', - // 'https://pcpuma.acatlan.unam.mx', - // 'https://pcpuma.acatlan.unam.mx:8080', + // 'http://132.248.80.196:3045', + // 'http://132.248.80.196:3045:8080', + 'https://pcpuma.acatlan.unam.mx', + 'https://pcpuma.acatlan.unam.mx:8080', ], }, });