Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewquang512 committed Dec 10, 2023
1 parent 2d44f87 commit 007176b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const handler = startServerAndCreateLambdaHandler(
],
cors: {
origin: '*',
credentials: true,
credentials: false,
},
},
);

0 comments on commit 007176b

Please sign in to comment.