verify completed jobs

This commit is contained in:
CHIEFSOFT\ameye
2024-08-22 05:16:42 -04:00
parent 3b3b94cf98
commit 70557f7419
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ $routes->get('/en/wrench/api/v1/startjoblist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/dashdata', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/getjobsdata', 'WrenchJobs::getJobsData'); //WrenchJobs WrenchApi apigate
$routes->post('/en/wrench/api/v1/verifycompleted', 'WrenchJobs::verifyCompletedHx');
$routes->post('/en/wrench/api/v1/offerslist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/offersresponse', 'WrenchApi::apigate');