updated server path

This commit is contained in:
Katboi01 2024-11-11 21:22:18 +01:00
parent ca5cc8f95b
commit 5355686192
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ server.listen(port, () => {
});
const io = require("socket.io")(server, {
path: "/webmmo/",
cors: {
origin: '*',
methods: ["GET", "POST"]