php parts

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 11:26:09 -04:00
parent 38a5c6c58f
commit 49fd3fa3cd
3 changed files with 25 additions and 0 deletions
+3
View File
@@ -49,6 +49,9 @@ $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/recentpastdue', 'WrenchJobs::recentPastDueJobs');
$routes->post('/en/wrench/api/v1/offerslist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/offersresponse', 'WrenchApi::apigate');