task report

This commit is contained in:
CHIEFSOFT\ameye
2024-01-21 20:00:09 -05:00
parent e3d2b59509
commit 3dab44943c
4 changed files with 8 additions and 1 deletions
+2
View File
@@ -107,6 +107,8 @@ $routes->post('/en/wrench/api/v1/groupmemberadd', 'WrenchApi::apigate'
$routes->post('/en/wrench/api/v1/groupmemberdel', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/activetaskslist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/tasksreport', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/mypageload', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/mypageintro', 'WrenchApi::apigate');