Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
utimur committed Aug 9, 2022
1 parent f94fa09 commit 2d88205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProductList/ProductList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2d88205

Please sign in to comment.