Country banks

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-23 09:01:27 -04:00
parent 3e53281ac5
commit 8ee297715c
8 changed files with 50 additions and 6 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ $routes->post('/en/wrench/api/v1/purchasehx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/recipients', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/sendreferral', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/refferhx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/refferhx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/countrybanks', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/getjob', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/mybanklist', 'WrenchApi::apigate');