Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ss7622 authored Jun 23, 2024
1 parent 1ec534f commit 16090b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spring:
client-id: ${KAKAO_CLIENT_ID}
client-secret: ${KAKAO_CLIENT_SECRET}
client-authentication-method: client_secret_post
redirect-uri: http://3.36.169.209:8080/oauth2/authorization/kakao
redirect-uri: http://3.36.169.209:8080/login/oauth2/code/kakao
authorization-grant-type: authorization_code
client-name: kakao
scope:
Expand Down

0 comments on commit 16090b6

Please sign in to comment.