コード例 #1
0
 public function index()
 {
     $timeoffs = Timeoff::all();
     return response()->json($timeoffs);
 }