Skip to content

Commit 16bff37

Browse files
committed
remove * from cors origin - override with env variable
1 parent eca697f commit 16bff37

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/env.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"http://localhost:5050",
1616
"http://localhost:5050/",
1717
"http://localhost:4040",
18-
"http://localhost:4040/",
19-
"*"
18+
"http://localhost:4040/"
2019
]
2120
},
2221
"MONGO_USERNAME": {

0 commit comments

Comments
 (0)