From fc0ebfc11a1322d2d333b8658fd085d28be19f89 Mon Sep 17 00:00:00 2001 From: LuxShan Thavarasa <120371059+Luxshan2000@users.noreply.github.com> Date: Sun, 29 Oct 2023 01:41:04 +0530 Subject: [PATCH] Update App.js --- frontend/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.js b/frontend/src/App.js index 1a1e3e0..34b22ab 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -8,7 +8,7 @@ function App() { const [items, setItems] = useState([]) useEffect(()=>{//51.20.76.107 - axios.get("http://18.61.66.218/api/get/items").then(response => { + axios.get("http://www.luxshanthavarasa.bio/api/get/items").then(response => { setItems(response.data) })