mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-21 22:09:36 +02:00
chore: Increase page size to 25 for adventures and collections views
This commit is contained in:
parent
7c61fa3363
commit
32f5c1a806
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ from django.shortcuts import get_object_or_404
|
|||
from rest_framework import status
|
||||
|
||||
class StandardResultsSetPagination(PageNumberPagination):
|
||||
page_size = 10
|
||||
page_size = 25
|
||||
page_size_query_param = 'page_size'
|
||||
max_page_size = 1000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue