明日やろうは馬鹿やろう?知らねぇなぁ!

This commit is contained in:
shibafu
2019-01-19 00:13:34 +09:00
parent 27532685ba
commit 550d897561
3 changed files with 7 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ Route::middleware('auth')->group(function () {
Route::get('/setting/profile', 'SettingController@profile')->name('setting');
Route::post('/setting/profile', 'SettingController@updateProfile')->name('setting.profile.update');
Route::post('/setting/privacy', 'SettingController@updatePrivacy')->name('setting.privacy.update');
Route::get('/setting/password', 'SettingController@password')->name('setting.password');
// Route::get('/setting/password', 'SettingController@password')->name('setting.password');
});
Route::get('/info', 'InfoController@index')->name('info');