Skip to content

Commit

Permalink
remove policy
Browse files Browse the repository at this point in the history
  • Loading branch information
keyserfaty committed Sep 29, 2023
1 parent 5b7dfdc commit 6fb0fd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,7 @@
return fetch('https://x9u1z4r1xa.execute-api.us-west-2.amazonaws.com/prod', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Access-Control-Allow-Origin': '*'
'Content-Type': 'application/json'
},
body: JSON.stringify(data)
}).then(response => response.json())
Expand Down

0 comments on commit 6fb0fd9

Please sign in to comment.