コード例 #1
0
 public function getAlumni()
 {
     $alumni = Alumni::orderBy('id', 'desc')->get();
     return response()->json($alumni);
 }