mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
More API updates, better support for node config edits
This commit is contained in:
@@ -74,7 +74,7 @@ class NodeController extends Controller
|
||||
*/
|
||||
public function index(Request $request): array
|
||||
{
|
||||
$nodes = $this->repository->all(config('pterodactyl.paginate.api.nodes'));
|
||||
$nodes = $this->repository->paginated(100);
|
||||
|
||||
$fractal = $this->fractal->collection($nodes)
|
||||
->transformWith(new NodeTransformer($request))
|
||||
|
||||
Reference in New Issue
Block a user