This commit is contained in:
2022-02-05 20:31:15 -06:00
parent c1998a0b1e
commit c52ed2c0cd
14 changed files with 263 additions and 372 deletions
+4 -4
View File
@@ -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:3045:8080',
'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',
],