Increased PAGE_ITEM_COUNT to 30

This commit is contained in:
Classic298 2025-05-09 12:59:50 +02:00 committed by GitHub
parent ebf5cb22ab
commit 947f5e840e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ router = APIRouter()
############################ ############################
PAGE_ITEM_COUNT = 10 PAGE_ITEM_COUNT = 30
@router.get("/", response_model=UserListResponse) @router.get("/", response_model=UserListResponse)