update from production
This commit is contained in:
199320
bs_gamedu_backup.sql
Normal file
199320
bs_gamedu_backup.sql
Normal file
File diff suppressed because one or more lines are too long
1
info.txt
Normal file
1
info.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
pm2 start --name dev-iimtt-api 'yarn start' --interpreter none
|
||||||
@@ -43,8 +43,8 @@ app.use(mongoSanitize());
|
|||||||
app.use(compression());
|
app.use(compression());
|
||||||
|
|
||||||
// enable cors
|
// enable cors
|
||||||
app.use(cors());
|
// app.use(cors());
|
||||||
app.options('*', cors());
|
// app.options('*', cors());
|
||||||
|
|
||||||
//# Need to implement
|
//# Need to implement
|
||||||
// const allowedOrigins = process.env.CORS_ALLOWED_ORIGINS.split(',');
|
// const allowedOrigins = process.env.CORS_ALLOWED_ORIGINS.split(',');
|
||||||
|
|||||||
Reference in New Issue
Block a user