Skip to content

Commit

Permalink
remove hader
Browse files Browse the repository at this point in the history
  • Loading branch information
keyserfaty committed Sep 29, 2023
1 parent 998fde8 commit 2931467
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',
'ngrok-skip-browser-warning': true
'Content-Type': 'application/json'
},
body: JSON.stringify(data)
}).then(response => response.json())
Expand Down

0 comments on commit 2931467

Please sign in to comment.