#57 scaffolding for flight search

This commit is contained in:
Nabeel Shahzad
2017-08-02 15:29:04 -05:00
parent 07ce5e9a1a
commit 61cb8a75a7
4 changed files with 36 additions and 4 deletions

View File

@@ -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();