Skip to content

Commit

Permalink
[fix] Pagination NLP
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Nov 14, 2019
1 parent c6e8639 commit 5cdf2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub/api/v2/nlp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def check_auth(request):


class NLPPagination(pagination.PageNumberPagination):
page_size = 2
page_size = 200


class RepositoryAuthorizationTrainViewSet(
Expand Down

0 comments on commit 5cdf2c4

Please sign in to comment.