mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 04:24:01 +00:00
removed company routes from web
This commit is contained in:
@@ -16,7 +16,5 @@ Route::get('/', function () {
|
||||
});
|
||||
|
||||
//Route::post('login', 'AuthController@login');
|
||||
|
||||
Route::get('password/reset/{token}', 'Auth\ResetPasswordController@showResetForm')->name('password.request');
|
||||
Route::post('password/reset', 'Auth\ResetPasswordController@postReset')->name('password.reset');
|
||||
Route::get('/company', 'CompanyController@index');
|
||||
|
||||
Reference in New Issue
Block a user