SharebookBR / sharebook-backend

Projeto backend de código livre para o app Sharebook.
117 stars 75 forks source link

Issue #267 - Increasing Categories Search Size #270

Closed nicolaspfernandes closed 5 years ago

nicolaspfernandes commented 5 years ago

There is a need of increasing the number of categories per page. By overriding PagedList method on CategoryController, we are able to increase the number of items per page to 50, solving the issue of bringing only 15 items at a time.