Skip to content

Commit

Permalink
fix : KakaoService 주소 release 기준으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jaesungyu committed May 2, 2024
1 parent e8a161a commit de14440
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class KakaoService {
@Transactional
public String kakaoLogin(String code , HttpServletResponse response) throws JsonProcessingException, IOException {
// 1. "인가 코드"로 "액세스 토큰" 요청
String accessToken = getAccessToken(code, develop);
String accessToken = getAccessToken(code, release);

// 2. 필요시에 회원가입 및 위치 정보(address 값) 저장
User kakaoUser = registerKakaoUserIfNeeded(accessToken);
Expand Down

0 comments on commit de14440

Please sign in to comment.