From ed72b007ccc5519aad94c26203de58eac3b12ea5 Mon Sep 17 00:00:00 2001 From: Emma-Hyejin <110151638+Emma-Hyejin@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:13:54 +0900 Subject: [PATCH] =?UTF-8?q?Style:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20url=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=EB=B0=8F=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Test.tsx b/src/components/Test.tsx index e5c088e..751605b 100644 --- a/src/components/Test.tsx +++ b/src/components/Test.tsx @@ -11,7 +11,7 @@ const Test = () => { const getTempData = () => { axios - .get("http://49.50.165.53/api/articles") + .get("https://triptrip.site/api/articles") .then((res) => { console.log(res); setData(res.data);