From 6a543945e7a38cadc1e83e15448716f3aba1b648 Mon Sep 17 00:00:00 2001 From: "Seonkyu.kim" Date: Thu, 5 Jun 2025 17:47:43 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=9B]=20kakao=20auth=20redirectURL=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appsettings.Development.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appsettings.Development.json b/appsettings.Development.json index 56092aa..e4b10b0 100644 --- a/appsettings.Development.json +++ b/appsettings.Development.json @@ -15,7 +15,7 @@ "Kakao": { "ClientId": "a9632e6c14d8706ef6c8fe2ef52b721d", "ClientSecret": " this is rest api secret key ", - "RedirectUri": "http://0.0.0.0:5144/api/v1/out/user/kakao/redirect" -// "RedirectUri": "https://acamate.ipstein.com/kakao" + // "RedirectUri": "http://0.0.0.0:5144/api/v1/out/user/kakao/redirect" + "RedirectUri": "https://devacamate.ipstein.com/api/v1/out/user/kakao/redirect" } } -- 2.45.1