mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-27 16:24:15 +00:00
user profile UI
This commit is contained in:
+3
-1
@@ -2,7 +2,9 @@
|
||||
|
||||
Route::group(['namespace' => 'User'], function () {
|
||||
Route::group(['namespace' => 'Web'], function () {
|
||||
Route::get('/login', ['as' => 'user.app', 'uses' => 'AppController@index'])->where('any', '.*');
|
||||
Route::get('/login', ['as' => 'user.app.login', 'uses' => 'AppController@index'])->where('any', '.*');
|
||||
Route::get('/user/profile/update', ['as' => 'user.app.profile.update', 'uses' => 'AppController@index'])->where('any', '.*');
|
||||
Route::get('/contract/list', ['as' => 'user.app.contract.list', 'uses' => 'AppController@index'])->where('any', '.*');
|
||||
Route::get('/', ['as' => 'user.app', 'uses' => 'AppController@index'])->where('any', '.*');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user