mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
some api changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user