This commit is contained in:
xXpuma99Xx
2022-11-06 23:02:01 -06:00
parent dddeae7783
commit fd73dfff25
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -10,14 +10,14 @@ import { Socket, Server } from 'socket.io';
@WebSocketGateway({
cors: {
origin: [
'http://localhost:3176',
'http://localhost:3186',
// 'http://localhost:3176',
// 'http://localhost:3186',
// 'http://132.248.80.196:3155',
// 'http://132.248.80.196:3185',
// 'https://pmodulospcpuma.unam.mx',
// 'https://pmodulospcpuma.unam.mx:3015',
// 'https://modulospcpuma.unam.mx',
// 'https://modulospcpuma.unam.mx:3015',
'https://modulospcpuma.unam.mx',
'https://modulospcpuma.unam.mx:3015',
],
},
})