diff --git a/website/src/App.js b/website/src/App.js index e3bd959..9c9c630 100644 --- a/website/src/App.js +++ b/website/src/App.js @@ -6,7 +6,7 @@ const App = () => { const getProducts = async () => { try { - const res = await axios.get("http://127.0.0.1:8000"); + const res = await axios.get("http://172.16.2.99/api/products"); setAllProducts(res.data); } catch (error) {