php parts
This commit is contained in:
@@ -301,6 +301,7 @@ define('WRENCHBOARD_JOB_USERACTIVE',13009);
|
||||
|
||||
define('WRENCHBOARD_JOB_CREATEJOB',13010 );
|
||||
define('WRENCHBOARD_JOB_DELETEJOB',13011 );
|
||||
define('WRENCHBOARD_JOB_RECENTPASTDUE',13019 );
|
||||
|
||||
define('WRENCHBOARD_JOB_GROUP_MEMBER', 13015) ;
|
||||
define('WRENCHBOARD_JOB_DELETE_GROUPMEMBER',13017);
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user