mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
Finish base API.
Making PR, any additional API functions or modifications can be done within the repository now.
This commit is contained in:
@@ -36,7 +36,7 @@ class UserController extends BaseController
|
||||
*/
|
||||
public function getUsers(Request $request)
|
||||
{
|
||||
$users = Models\User::paginate(15);
|
||||
$users = Models\User::paginate(50);
|
||||
return $this->response->paginator($users, new UserTransformer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user