Skip to content

Commit

Permalink
[Chore]: 액션 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
bayy1216 committed May 30, 2024
1 parent 1861822 commit c74990f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public ApiResponse<List<UserRes.StrickDto>> getStrick(
));
}

@Operation(summary = "유저 랭킹 조회", description = "전체 유저 랭킹을 조회 페이징")
@Operation(summary = "유저 랭킹 페이징", description = "전체 유저 랭킹을 조회 페이징")
@GetMapping("/api/users/ranking")
public ApiResponse<PagingResponse<Void>> getUsersRanking(
@Valid @RequestParam Long page
Expand Down

0 comments on commit c74990f

Please sign in to comment.