Skip to content

Commit

Permalink
style: 메소드 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Nov 15, 2024
1 parent cf7de2e commit d752b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public ResponseEntity<Void> updateUser(
}

@GetMapping("/api/kakao-client-id")
public ResponseEntity<KakaoClientId> kakaoPage() {
public ResponseEntity<KakaoClientId> getKakaoClientId() {
String clientId = kakaoUserService.getClientId();
KakaoClientId kakaoClientId = new KakaoClientId(clientId);

Expand Down

0 comments on commit d752b69

Please sign in to comment.