Skip to content

Commit

Permalink
14
Browse files Browse the repository at this point in the history
  • Loading branch information
fabilya committed Oct 2, 2023
1 parent 5ca9d51 commit da0e816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

class PageLimitPagination(PageNumberPagination):
page_size = 6
page_size_query_param = "limit"
page_size_query_param = "limit"

0 comments on commit da0e816

Please sign in to comment.