/** * Display a listing of the resource. * * @Get("/") * @return Response */ public function index() { $links = Link::query(); return response()->json($links->paginate()); }