This commit is contained in:
CHIEFSOFT\ameye
2024-03-11 12:59:14 -04:00
parent 3dfffa24a6
commit e1dc4a268d
+1 -1
View File
@@ -13,7 +13,7 @@ const server = http.createServer(app);
const io = new Server(server, {
cors: {
origin: ['http://localhost:3000','http://localhost:3040','*',"*:*"],
origin: ['http://localhost:3000','http://localhost:3040','http://socket-dev.wrenchboard.com','*',"*:*"],
methods: ["GET", "POST"],
},
});