Set preferences

This commit is contained in:
CHIEFSOFT\ameye
2024-07-01 10:07:46 -04:00
parent 5b34da28b9
commit bcc69ff8a8
6 changed files with 13 additions and 2 deletions
+2
View File
@@ -94,6 +94,8 @@ $routes->post('/en/wrench/api/v1/starttopup', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/topupresult', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/preferences', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/setpreferences', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanageragree', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanagerlist', 'WrenchApi::apigate');