preferences ncache

This commit is contained in:
CHIEFSOFT\ameye
2024-08-08 09:37:42 -04:00
parent b4b1862289
commit d190bda567
2 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ $routes->post('/en/wrench/api/v1/stepresetpass', 'WrenchApi::apigate');
$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/preferences', 'WrenchGeneralData::usersPreferences'); // 'WrenchApi::apigate'
$routes->post('/en/wrench/api/v1/setpreferences', 'WrenchApi::apigate');