jobmessage

This commit is contained in:
CHIEFSOFT\ameye
2023-12-04 20:10:48 -05:00
parent 92599079eb
commit 1c873ab1dc
9 changed files with 21 additions and 0 deletions
+1
View File
@@ -80,6 +80,7 @@ $routes->post('/en/wrench/api/v1/loadprofile', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/updateprofile', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/account', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/message', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmessage', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/pendingjob', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/paymenthx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/purchasehx', 'WrenchApi::apigate');