request delete

This commit is contained in:
CHIEFSOFT\ameye
2023-08-17 17:00:13 -04:00
parent ed824316a7
commit e3a0d15576
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -178,6 +178,8 @@ $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->post('/en/wrench/api/v1/reqdel', 'WrenchApi::apigate'); // request delete account
$routes->get('/en/wrench/api/v1/blogdata/', 'WrenchBlog::website');
$routes->get('/en/wrench/api/v1/blogdata/(:any)', 'WrenchBlog::blogLimitedData/$1');