diff --git a/src/components/Test.tsx b/src/components/Test.tsx index eab0b63..d3ec614 100644 --- a/src/components/Test.tsx +++ b/src/components/Test.tsx @@ -11,7 +11,7 @@ const Test = () => { const getTempData = () => { axios - .get("/api/articles") + .get("http://49.50.165.53/articles") .then((res) => { console.log(res); setData(res.data);