mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-24 23:04:08 +00:00
user profile UI
This commit is contained in:
@@ -11,6 +11,18 @@ Route::group(['namespace' => 'User', 'prefix' => 'user-backsys/api'], function (
|
||||
'uses' => 'UserController@self',
|
||||
]
|
||||
);
|
||||
Route::put('update',
|
||||
[
|
||||
'as' => 'api.user.update',
|
||||
'uses' => 'UserController@update',
|
||||
]
|
||||
);
|
||||
Route::post('valid-check/{hash_id?}',
|
||||
[
|
||||
'as' => 'api.user.valid-check',
|
||||
'uses' => 'UserController@validCheck',
|
||||
]
|
||||
);
|
||||
});
|
||||
|
||||
// Entity
|
||||
|
||||
Reference in New Issue
Block a user