|
|
|
@ -108,6 +108,7 @@ $router->group(['prefix'=>'api', 'middleware' => 'cors'], function () use ($rout
|
|
|
|
|
$router->get('/human-resource/list', 'HumanResourceController@list'); |
|
|
|
|
$router->get('/human-resource/select', 'HumanResourceController@select'); |
|
|
|
|
$router->post('/human-resource/check-old-password/{id}', 'HumanResourceController@checkOldPassword'); |
|
|
|
|
$router->get('/human-resource/sync', 'HumanResourceController@sync'); |
|
|
|
|
|
|
|
|
|
$router->post('/project-role/search', 'ProjectRoleController@search'); |
|
|
|
|
$router->post('/project-role/add', 'ProjectRoleController@add'); |
|
|
|
|