Skip to content

Commit

Permalink
Test stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitsupitsu committed Apr 1, 2024
1 parent 461cb81 commit 5eaa4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/src/wappu-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class WappuStack extends Stack {
responseHeadersPolicyName: `${config.PROJECT_NAME}-response-policy-${stage}`,
corsBehavior: {
accessControlAllowCredentials: false,
accessControlAllowHeaders: ['*'],
accessControlAllowHeaders: ['ALL'],
accessControlAllowMethods: ['GET', 'POST'],
accessControlAllowOrigins: ['*'],
accessControlMaxAge: Duration.seconds(600),
Expand Down

0 comments on commit 5eaa4d9

Please sign in to comment.