pass isDev

This commit is contained in:
C. Fuhrman 2025-01-08 01:11:28 -05:00
parent 1ffd776597
commit 767e02f227

View file

@ -52,7 +52,7 @@ const app = express();
const cors = require("cors"); const cors = require("cors");
const bodyParser = require('body-parser'); const bodyParser = require('body-parser');
const configureServer = (httpServer) => { const configureServer = (httpServer, isDev) => {
return new Server(httpServer, { return new Server(httpServer, {
path: "/socket.io", path: "/socket.io",
cors: { cors: {