Skip to content

Commit

Permalink
update cors
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Dec 10, 2021
1 parent 7ee1471 commit 06f263d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/configs/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dir": "../logs"
},
"cors": {
"origin": false,
"origin": true,
"credentials": false
},
"request": {
Expand Down
2 changes: 1 addition & 1 deletion src/configs/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dir": "../logs"
},
"cors": {
"origin": false,
"origin": true,
"credentials": false
},
"request": {
Expand Down
2 changes: 1 addition & 1 deletion src/configs/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dir": "../logs"
},
"cors": {
"origin": false,
"origin": true,
"credentials": false
},
"request": {
Expand Down

0 comments on commit 06f263d

Please sign in to comment.