Skip to content

Commit 5fe56dc

Browse files
committed
feat : Redirect URL 수정
1 parent 0c896fe commit 5fe56dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/src/main/resources/local/application-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ spring:
99
kakao:
1010
authorize-url: https://kauth.kakao.com/oauth/authorize?response_type=code&client_id={0}&redirect_uri={1}
1111
app-key: ENC(la2O8hAJw/5PQXn8KxMXPDaAdnyXKBCGLZeI1uRkka+m2hbbtz+FmdQg3RE/B/aE)
12-
redirect-url: https://mbtips.kr/kakao-login
12+
redirect-url: https://localhost:5173/kakao-login

api/src/main/resources/prod/application-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ spring:
99
kakao:
1010
authorize-url: https://kauth.kakao.com/oauth/authorize?response_type=code&client_id={0}&redirect_uri={1}
1111
app-key: ENC(la2O8hAJw/5PQXn8KxMXPDaAdnyXKBCGLZeI1uRkka+m2hbbtz+FmdQg3RE/B/aE)
12-
redirect-url: https://mbtips.kr/kakao-login
12+
redirect-url: https://localhost:5173/kakao-login

0 commit comments

Comments
 (0)