mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
large changes
This commit is contained in:
@@ -17,6 +17,7 @@ Route::group(['middleware' => 'api', 'prefix' => 'v1', 'as' => 'api.'], function
|
||||
|
||||
// Account Routes
|
||||
Route::group(['prefix' => 'account', 'as' => 'account.', 'namespace' => 'Account'], function () {
|
||||
Route::get('/list', 'ListUserController@list')->name('list');
|
||||
Route::post('/create', 'RegisterAccountController@register')->name('create');
|
||||
Route::group(['prefix' => 'invite', 'as' => 'invite.'], function () {
|
||||
Route::post('/invite', 'InviteUserController@invite')->name('create');
|
||||
|
||||
Reference in New Issue
Block a user