diff --git a/index.js b/index.js index 8d40e5b..5857c70 100644 --- a/index.js +++ b/index.js @@ -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())