Skip to content

Commit

Permalink
test: remove headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 9, 2022
1 parent 2bc9241 commit 33b856f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export default async function handler() {
return {
body: result.toString('base64'),
headers: {
'Access-Control-Allow-Headers': '*',
'Access-Control-Allow-Origin': '*',
'Content-type': 'application/pdf',
},
isBase64Encoded: true,
Expand Down

0 comments on commit 33b856f

Please sign in to comment.