diff --git a/server/app.js b/server/app.js index 102288d..9602ca7 100644 --- a/server/app.js +++ b/server/app.js @@ -52,7 +52,7 @@ const app = express(); const cors = require("cors"); const bodyParser = require('body-parser'); -const configureServer = (httpServer) => { +const configureServer = (httpServer, isDev) => { return new Server(httpServer, { path: "/socket.io", cors: {