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 d4712ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/src/wappu-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ export class WappuStack extends Stack {
responseHeadersPolicyName: `${config.PROJECT_NAME}-response-policy-${stage}`,
corsBehavior: {
accessControlAllowCredentials: false,
accessControlAllowHeaders: ['*'],
accessControlAllowHeaders: ['ALL'],
accessControlAllowMethods: ['GET', 'POST'],
accessControlAllowOrigins: ['*'],
accessControlAllowOrigins: ['ALL'],
accessControlMaxAge: Duration.seconds(600),
originOverride: true,
},
Expand Down

0 comments on commit d4712ac

Please sign in to comment.