cache contacts

This commit is contained in:
CHIEFSOFT\ameye
2023-12-06 12:00:01 -05:00
parent 1c873ab1dc
commit 5b899dbd30
3 changed files with 7 additions and 0 deletions
+2
View File
@@ -85,6 +85,8 @@ $routes->post('/en/wrench/api/v1/pendingjob', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/paymenthx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/purchasehx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/cachecontacts', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/stepresetpass', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/starttopup', 'WrenchApi::apigate');