diff --git a/server/app.js b/server/app.js index 8d742ed..1a62957 100644 --- a/server/app.js +++ b/server/app.js @@ -25,7 +25,7 @@ const bodyParser = require('body-parser'); const configureServer = (httpServer) => { return new Server(httpServer, { - path: "/api/socket.io", + path: "/socket.io", cors: { origin: "*", methods: ["GET", "POST"],