#57 scaffolding for flight search
This commit is contained in:
@@ -12,7 +12,9 @@ Route::group([
|
||||
], function () {
|
||||
Route::resource('dashboard', 'DashboardController');
|
||||
Route::resource('profile', 'ProfileController');
|
||||
|
||||
Route::resource('flights', 'FlightController');
|
||||
Route::match(['get'], 'flights/search', 'FlightController@search');
|
||||
});
|
||||
|
||||
Auth::routes();
|
||||
|
||||
Reference in New Issue
Block a user