We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518f3a4 commit 0ff3fe1Copy full SHA for 0ff3fe1
backend/src/main/java/io/f1/backend/domain/admin/api/AdminController.java
@@ -21,8 +21,8 @@ public class AdminController {
21
22
private final AdminService adminService;
23
24
- @GetMapping("/users")
25
@LimitPageSize
+ @GetMapping("/users")
26
public ResponseEntity<UserPageResponse> getUsers(
27
@PageableDefault(sort = "lastLogin", direction = Direction.DESC) Pageable pageable) {
28
UserPageResponse response = adminService.getAllUsers(pageable);
0 commit comments