Merge branch 'new-super' of https://gitlab.com/online-sistem1/kaunter into lapfix

This commit is contained in:
hafifierahman
2022-01-25 22:47:53 +08:00
11 changed files with 236 additions and 42 deletions
+2
View File
@@ -38,6 +38,8 @@ Route::get('test', function () {
});
Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index');
Route::get('change-password', ['as'=>'user.password','uses'=>'ChangePasswordController@index']);
Route::post('change-password', ['as'=>'change.password','uses'=>'ChangePasswordController@store']);
Route::get('/welcome',function(){