Skip to content

Commit

Permalink
Allow cors on localhost dev deployment (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Aug 30, 2024
1 parent 6a6ceeb commit a84120a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
{
"name": "CORS_ALLOWED_ORIGINS",
"value": "[\"https://care.coronasafe.in\", \"https://careapi.coronasafe.in\", \"https://care.ohc.network\", \"https://careapi.ohc.network\", \"https://status.10bedicu.org\"]"
"value": "[\"https://care.coronasafe.in\", \"https://careapi.coronasafe.in\", \"https://care.ohc.network\", \"https://careapi.ohc.network\", \"https://status.10bedicu.org\", \"http://localhost:4000\"]"
},
{
"name": "CURRENT_DOMAIN",
Expand Down

0 comments on commit a84120a

Please sign in to comment.