Route::get('/flights', function () { // Only authenticated users may access this route... })->middleware('auth:admin');