Active job list

This commit is contained in:
CHIEFSOFT\ameye
2023-05-18 10:27:38 -04:00
parent 1dfdebf8ca
commit c9983673b3
8 changed files with 75 additions and 20 deletions
+2
View File
@@ -106,6 +106,8 @@ $routes->post('/en/wrench/api/v1/sendmoneyfee', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/getpendingjobs', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/taskmessage', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/sendtaskmessage', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/activejobmsglist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/getwallets', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/sitecontact', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/signupcountry', 'WrenchApi::apigate');