Attempt #5 to fix CORS issue and docker build.

This commit is contained in:
Karmaa
2025-02-22 01:12:45 -06:00
parent a9d510aba4
commit 226cdcb7a0
2 changed files with 14 additions and 13 deletions

View File

@@ -8,7 +8,8 @@ const io = socketIo(server, {
origin: "*", // Allow all origins
methods: ["*"], // Allow all methods
allowedHeaders: ["*"], // Allow all headers
}
},
allowEIO3: true
});
io.on("connection", (socket) => {