Skip to content

Commit fc8b68c

Browse files
authored
Merge pull request #71 from JonghyeokNam/feature/BHM-144-code
refactor: 알림 코드 수정
2 parents 61777e0 + f78b872 commit fc8b68c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)