From ef3e508344c865598edfd5dcefadf42fe56230f4 Mon Sep 17 00:00:00 2001 From: Haebeen Mun <102276917+hhbb0081@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:15:35 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20kakao=20url=20=EB=8F=84=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=20=EC=88=98=EC=A0=95?= 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..ec2e094 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/oauth2/authorization/kakao NEXT_PUBLIC_LOCAL_URL=http://localhost:8080/api NEXT_PUBLIC_LOCAL_KAKAO_URL=http://localhost:8080/oauth2/authorization/kakao