From bac22ef8f9bb9119297e5b1581ece14fff7e9799 Mon Sep 17 00:00:00 2001 From: LuxShan Thavarasa <120371059+Luxshan2000@users.noreply.github.com> Date: Sun, 29 Oct 2023 02:13:10 +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 5b40d45..2d2a7de 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("https://www.luxshanthavarasa.bio/api/get/items").then(response => { + axios.get("https://luxshanthavarasa.bio/api/get/items").then(response => { setItems(response.data) })