Skip to content

Commit

Permalink
FIX : Api uri수정
Browse files Browse the repository at this point in the history
  • Loading branch information
juwum12 committed May 2, 2024
1 parent a6c47d8 commit eeaacd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public List<UserSearch> searchNickname(@RequestParam(name = "nickname", required
return userService.searchNickname(nickname);
}

@GetMapping("/authenticated")
@GetMapping("/authenticate")
public OAuthDto.oAuthResponseDto getOAuthUserInfo(@AuthenticationPrincipal UserDetailsImpl userDetails){
return userService.getOAuthUserInfo(userDetails.getUser());
}
Expand Down

0 comments on commit eeaacd5

Please sign in to comment.