Compare commits
2 Commits
3421a198f3
...
9da262baa3
| Author | SHA1 | Date | |
|---|---|---|---|
| 9da262baa3 | |||
| 0c439b7b3b |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
# Dependencies
|
# Dependencies
|
||||||
node_modules
|
node_modules
|
||||||
|
bs_gamedu_backup.sql
|
||||||
# yarn error logs
|
# yarn error logs
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|||||||
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