mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-10 18:33:46 +02:00
More API updates, better support for node config edits
This commit is contained in:
@@ -74,7 +74,7 @@ class LocationController extends Controller
|
||||
*/
|
||||
public function index(Request $request): array
|
||||
{
|
||||
$locations = $this->repository->all(50);
|
||||
$locations = $this->repository->paginated(100);
|
||||
|
||||
return $this->fractal->collection($locations)
|
||||
->transformWith(new LocationTransformer($request))
|
||||
|
||||
Reference in New Issue
Block a user