Skip to content

Commit

Permalink
fix cors regex pattern (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Sep 5, 2024
1 parent 2e905e0 commit 4278d87
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-egov-staging\\\\.netlify\\\\.app$\"]"
},
{
"name": "CURRENT_DOMAIN",
Expand Down

0 comments on commit 4278d87

Please sign in to comment.