Expanding theme tab to customization tab. Started improving theme selection.
This commit is contained in:
@@ -26,7 +26,7 @@ public class UsersController : Controller
|
||||
[HttpGet]
|
||||
[Authorize(Policy = "permissions:admin.users.get")]
|
||||
public async Task<IPagedData<UserResponse>> Get(
|
||||
[FromQuery] int page,
|
||||
[FromQuery] [Range(0, int.MaxValue)] int page,
|
||||
[FromQuery] [Range(1, 100)] int pageSize = 50
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user