This commit is contained in:
CHIEFSOFT\ameye
2023-08-09 10:40:32 -04:00
parent 19ba7b9281
commit 6aca25b6ef
7 changed files with 95 additions and 0 deletions
+1
View File
@@ -151,6 +151,7 @@ $routes->post('/en/wrench/api/v1/pendingjobcancel', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/assigntask', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/uploads', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/myfiles', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/marketmessage', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/marketinterest', 'WrenchApi::apigate');