fix route

This commit is contained in:
CHIEFSOFT\ameye
2024-01-08 13:08:34 -05:00
parent a0beea7262
commit bbb7f84ba2
+1 -1
View File
@@ -106,7 +106,7 @@ $routes->post('/en/wrench/api/v1/jobgroupadd', 'WrenchApi::apigate')
$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/activetaskslist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/mypageload', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/mypageintro', 'WrenchApi::apigate');