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