updated server path

This commit is contained in:
2024-11-11 21:22:18 +01:00
parent ca5cc8f95b
commit 5355686192

View File

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