Start topup

This commit is contained in:
Olu Amey
2023-05-02 12:20:18 -04:00
parent a984bfc49d
commit d681b90fb2
5 changed files with 15 additions and 1 deletions
+3
View File
@@ -69,6 +69,9 @@ $routes->post('/en/wrench/api/v1/paymenthx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/purchasehx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/starttopup', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanagerlist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/recipients', 'WrenchApi::apigate');