mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
pull
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@ Route::group(['prefix' => 'account', 'namespace' => 'Accounts', 'as' => 'account
|
||||
Route::post('/verification/resend', 'ResendEmailVerificationController@resend')->name('verification.resend');
|
||||
});
|
||||
|
||||
// Route::group(['middleware' => 'valid.token'], function () {
|
||||
Route::group(['middleware' => 'valid.token'], function () {
|
||||
|
||||
Route::group(['prefix' => 'user', 'as' => 'user.'], function () {
|
||||
Route::post('/show', 'FetchUserController@fetch')->name('show');
|
||||
@@ -43,5 +43,5 @@ Route::group(['prefix' => 'account', 'namespace' => 'Accounts', 'as' => 'account
|
||||
Route::post('/admin/create', 'CreateAdminUserController@create')->name('admin.create');
|
||||
Route::delete('/delete/{id}', 'DeleteUserController@delete')->name('delete');
|
||||
});
|
||||
// });
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user