Recently Added Page (#261)
- Updated route task for 'recently-added'. - Refactored GetRecentlyAdded task instead of creating new API task. This way is more efficient and prevents bloat. - Adding pageSize to UserParams.cs (got lost in PRs).
This commit is contained in:
parent
e6cfa4feca
commit
606e4c8b12
4 changed files with 25 additions and 16 deletions
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
private const int MaxPageSize = 50;
|
||||
public int PageNumber { get; set; } = 1;
|
||||
private int _pageSize = 10;
|
||||
private int _pageSize = 30;
|
||||
|
||||
public int PageSize
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue