diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index 845ff64c..78b3d07f 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -108,8 +108,8 @@ $routes->post('/en/wrench/api/v1/groupmemberdel', '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'); +$routes->post('/en/wrench/api/v1/mypageload', 'WrenchApi::apigate'); +$routes->post('/en/wrench/api/v1/mypageintro', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/familylist', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/familywallet', 'WrenchApi::apigate');