Merge branch 'new-super' of https://gitlab.com/online-sistem1/kaunter into lapfix
This commit is contained in:
@@ -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(){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user