Skip to content

Commit e1dff1e

Browse files
authored
Merge pull request #12 from MBTips/feature/issue-11
fix : 카카오 Redirect URL 변경
2 parents 5199435 + 75b7949 commit e1dff1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: http://localhost:8080/api/kakao/login
12+
redirect-url: http://34.47.114.108:8080/api/kakao/login

0 commit comments

Comments
 (0)