From 889b8466210d4c3e17022a5b4d29aae71bfd034a Mon Sep 17 00:00:00 2001 From: Tony <86696759+capDoYeonLee@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:02:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20login=20path=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FE/error/src/pages/LoginPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FE/error/src/pages/LoginPage.jsx b/FE/error/src/pages/LoginPage.jsx index 3c8cf82..a4ceb81 100644 --- a/FE/error/src/pages/LoginPage.jsx +++ b/FE/error/src/pages/LoginPage.jsx @@ -23,7 +23,7 @@ const LoginPage = () => { setError(null); try { const response = await axios.post( - `https://error.econo-calendar.com:8080/api/auth/login/slack?type=slack&code=${authCode}&redirect_uri=https://econo-calendar.com/login` + `https://error.econo-calendar.com:8080/api/auth/login?type=slack&code=${authCode}&redirect_uri=https://econo-calendar.com/login` ); if (response.data.code === "201") {