Skip to content

Commit

Permalink
[Feat]: users->user로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
momnpa333 committed Oct 7, 2024
1 parent df00519 commit ee038c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public ApiResponse<PagingResponse<UserRes.User>> getUsersRanking(
}

@Operation(summary = "내 랭킹 조회", description = "유저 랭킹을 조회한다.")
@GetMapping("/api/users/my-ranking")
@GetMapping("/api/user/my-ranking")
public ApiResponse<UserRes.MyRankingInfo> getMyRanking(
@AuthenticationPrincipal JwtUser jwtUser
) {
Expand Down

0 comments on commit ee038c8

Please sign in to comment.