Skip to content

Commit

Permalink
fix: allow cors for PR deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
czabaj committed Dec 22, 2024
1 parent 6d801d8 commit 9a39f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import {
const CORS = [
`https://check.beer`,
/localhost:\d+$/,
/^https:\/\/beerbook2-da255--pr2-vg-web-push-\w+\.web\.app$/,
/^https:\/\/beerbook2-da255--pr[\w-]+\.web\.app$/,
];
const REGION = `europe-west3`;

Expand Down

0 comments on commit 9a39f6b

Please sign in to comment.