Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewquang512 committed Dec 16, 2023
1 parent 588835a commit 728065e
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 @@ -68,7 +68,7 @@ export const handler = startServerAndCreateLambdaHandler(
],
cors: {
origin: '*',
credentials: false,
credentials: true,
},
},
);

0 comments on commit 728065e

Please sign in to comment.