Skip to content

Commit 208ddac

Browse files
authored
Merge pull request #67 from ekdms6/feature/BHM-60-account
refactor
2 parents 9e71023 + 3fe0352 commit 208ddac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spring:
4040
client-id: ${KAKAO_OAUTH_CLIENT_ID}
4141
client-secret: ${KAKAO_OAUTH_CLIENT_SECRET}
4242
authorization-grant-type: authorization_code
43-
redirect-uri: http://localhost:8080/login/oauth2/code/kakao
43+
redirect-uri: https://boheommong.site/login/oauth2/code/kakao
4444
client-authentication-method: client_secret_post
4545
scope:
4646
- profile_nickname

0 commit comments

Comments
 (0)