2 Commits

Author SHA1 Message Date
9da262baa3 update from production 2026-02-24 06:10:57 +00:00
0c439b7b3b update from production 2026-02-24 06:04:04 +00:00
4 changed files with 199324 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,6 @@
# Dependencies
node_modules
bs_gamedu_backup.sql
# yarn error logs
yarn-error.log
yarn.lock

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