From 6fb0fd9dcb298b20a62979f5885877033d2d73a3 Mon Sep 17 00:00:00 2001 From: keyserfaty Date: Fri, 29 Sep 2023 08:35:27 -0300 Subject: [PATCH] remove policy --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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())