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

199320
bs_gamedu_backup.sql Normal file

File diff suppressed because one or more lines are too long

1
info.txt Normal file
View File

@@ -0,0 +1 @@
pm2 start --name dev-iimtt-api 'yarn start' --interpreter none

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(',');