Job stats

This commit is contained in:
CHIEFSOFT\ameye
2024-07-18 12:03:15 -04:00
parent 1185fb97ec
commit 9ec7f55046
5 changed files with 31 additions and 2 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ $routes->post('/en/wrench/api/v1/sendmoney', 'WrenchWallet::sendMoney')
$routes->post('/en/wrench/api/v1/sendinterest', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/waitinginterest', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/intereststats', 'WrenchJobs::interestStats');
$routes->post('/en/wrench/api/v1/sendmoneyfee', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/getpendingjobs', 'WrenchApi::apigate');