Skip to content

Commit

Permalink
chore : redirectUri 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoinkang committed Aug 23, 2024
1 parent 9d350e2 commit 68d2478
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ public String logout(){
return "로그아웃";
}

@Value("https://66c82156b6d67800084f0db9--showhoo.netlify.app/login/oauth2/code/kakao")
@Value("https://66c82eac6cbdbb00089ce5c5--showhoo.netlify.app/login/oauth2/code/kakao")
private String redirectUri;

@Value("https://66c82156b6d67800084f0db9--showhoo.netlify.app")
@Value("https://66c82eac6cbdbb00089ce5c5--showhoo.netlify.app")
private String logout_redirectUri;

@Value("${kakao.client.id}")
Expand Down

0 comments on commit 68d2478

Please sign in to comment.