update from production

This commit is contained in:
2026-02-24 06:04:04 +00:00
parent 75656c8f17
commit 0c439b7b3b
3 changed files with 199323 additions and 2 deletions

View File

@@ -43,8 +43,8 @@ app.use(mongoSanitize());
app.use(compression());
// enable cors
app.use(cors());
app.options('*', cors());
// app.use(cors());
// app.options('*', cors());
//# Need to implement
// const allowedOrigins = process.env.CORS_ALLOWED_ORIGINS.split(',');