account settings

This commit is contained in:
CHIEFSOFT\ameye
2023-07-14 12:29:06 -04:00
parent ada3b94d6e
commit 5132ce64f9
8 changed files with 81 additions and 0 deletions
+3
View File
@@ -172,6 +172,9 @@ $routes->post('/en/wrench/api/v1/offerinterestlistmsg', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/resources', 'WrenchResources::website');
$routes->post('/en/wrench/api/v1/askresources', 'WrenchResources::aigate');
$routes->post('/en/wrench/api/v1/setaccsettings', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/getaccsettings', 'WrenchApi::apigate');
$routes->get('/en/wrench/api/v1/blogdata/', 'WrenchBlog::website');
$routes->get('/en/wrench/api/v1/blogdata/(:any)', 'WrenchBlog::blogLimitedData/$1');