mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
some api changes
This commit is contained in:
parent
b0143a280e
commit
f33dca2904
3 changed files with 18 additions and 30 deletions
|
|
@ -7,7 +7,7 @@ from rest_framework.pagination import PageNumberPagination
|
|||
|
||||
class StandardPagination(PageNumberPagination):
|
||||
page_size = 25
|
||||
page_size_query_param = "page-size"
|
||||
page_size_query_param = "page_size"
|
||||
max_page_size = 100000
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue