Skip to content

Commit

Permalink
update cors whitelist for dev aws deploys (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Sep 6, 2024
1 parent e011af5 commit 4f6296a
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 @@ -39,7 +39,7 @@
},
{
"name": "CORS_ALLOWED_ORIGIN_REGEXES",
"value": "[\"^https://[a-zA-Z0-9-]+--care-egov-staging\\\\.netlify\\\\.app$\"]"
"value": "[\"^https://[a-zA-Z0-9-]+--care-ohc\\\\.netlify\\\\.app$\"]"
},
{
"name": "CURRENT_DOMAIN",
Expand Down

0 comments on commit 4f6296a

Please sign in to comment.