From fffb8291becd289deaa6aef0926440d813b1c62c Mon Sep 17 00:00:00 2001 From: Haebeen Mun <102276917+hhbb0081@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:30:45 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20kakao=20url=20=EB=8F=84=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index b3b294c..4946404 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ NEXT_PUBLIC_API_URL=https://whatssue.app/api -NEXT_PUBLIC_KAKAO_URL=http://3.34.58.135:8080/oauth2/authorization/kakao +NEXT_PUBLIC_KAKAO_URL=https://whatssue.app/api/oauth2/authorization/kakao NEXT_PUBLIC_LOCAL_URL=http://localhost:8080/api NEXT_PUBLIC_LOCAL_KAKAO_URL=http://localhost:8080/oauth2/authorization/kakao