From a0beea7262560224da5f4e84a2a07ba2f38cde1c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 8 Jan 2024 13:05:17 -0500 Subject: [PATCH] my page --- www-api/app/Config/Routes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');