diff --git a/www-api/app/Config/RoutesV1.php b/www-api/app/Config/RoutesV1.php index 6e77311e..48bc073b 100644 --- a/www-api/app/Config/RoutesV1.php +++ b/www-api/app/Config/RoutesV1.php @@ -57,7 +57,7 @@ $routes->post('/en/wrench/api/v1/paymenthx', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/purchasehx', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/contracthx', 'WrenchJobs::contractHx'); -$routes->post('/en/wrench/api/v1/WrenchUserContacts', 'WrenchApi::usersContacts'); +$routes->post('/en/wrench/api/v1/cachecontacts', 'WrenchUserContacts::usersContacts'); $routes->post('/en/wrench/api/v1/stepresetpass', 'WrenchApi::apigate');