diff --git a/nodejs/amazon_product.js b/nodejs/amazon_product.js index dd77664..65856b9 100644 --- a/nodejs/amazon_product.js +++ b/nodejs/amazon_product.js @@ -10,7 +10,7 @@ async function fetchAmazonData() { }), headers: { "Content-Type": "application/json", - "Authorization": "Basic VTAwMDAxNjgwOTM6UFcxMDFkNDc0MjM5MTY2NGVhZDJkMTJiYjBjNTAwZjI3MzI=" + "Authorization": "Basic [your basic authentication token]" } }); @@ -22,4 +22,4 @@ async function fetchAmazonData() { } } -fetchAmazonData(); \ No newline at end of file +fetchAmazonData();