Recipients list

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-22 15:15:04 -04:00
parent a0f75d63b0
commit ae67da918b
5 changed files with 32 additions and 1 deletions
+2
View File
@@ -59,6 +59,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/recipients', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/getjob', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/mybanklist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/sendmoney', 'WrenchApi::apigate');