Skip to content

Commit 0ff3fe1

Browse files
committed
🎨 chore: 어노테이션 위치 변경
1 parent 518f3a4 commit 0ff3fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/io/f1/backend/domain/admin/api/AdminController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public class AdminController {
2121

2222
private final AdminService adminService;
2323

24-
@GetMapping("/users")
2524
@LimitPageSize
25+
@GetMapping("/users")
2626
public ResponseEntity<UserPageResponse> getUsers(
2727
@PageableDefault(sort = "lastLogin", direction = Direction.DESC) Pageable pageable) {
2828
UserPageResponse response = adminService.getAllUsers(pageable);

0 commit comments

Comments
 (0)