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