diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index 4235448b..40e8f811 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -92,7 +92,7 @@ $routes->post('/en/wrench/api/v1/stepresetpass', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/starttopup', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/topupresult', 'WrenchApi::apigate'); -$routes->post('/en/wrench/api/v1/preferences'. 'WrenchApi::apigate'); +$routes->post('/en/wrench/api/v1/preferences', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/jobmanageragree', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/jobmanagerlist', 'WrenchApi::apigate');