diff --git a/src/components/ProductList/ProductList.jsx b/src/components/ProductList/ProductList.jsx index ac65691..3b26697 100644 --- a/src/components/ProductList/ProductList.jsx +++ b/src/components/ProductList/ProductList.jsx @@ -31,7 +31,7 @@ const ProductList = () => { totalPrice: getTotalPrice(addedItems), queryId, } - fetch('http://85.119.146.179:8000', { + fetch('http://85.119.146.179:8000/web-data', { method: 'POST', headers: { 'Content-Type': 'application/json',