diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index 78b3d07f..623b3b95 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -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');