Regenerate API key

This commit is contained in:
Nabeel Shahzad
2017-12-31 13:08:41 -06:00
parent e8108597c4
commit 4cc08406fa
6 changed files with 56 additions and 64 deletions

View File

@@ -27,8 +27,11 @@ Route::group([
Route::post('flights/save', 'FlightController@save')->name('flights.save');
Route::resource('flights', 'FlightController');
Route::resource('profile', 'ProfileController');
Route::resource('pireps', 'PirepController');
Route::get('profile/regen_apikey', 'ProfileController@regen_apikey')
->name('profile.regen_apikey');
Route::resource('profile', 'ProfileController');
});
Auth::routes();