ask resources

This commit is contained in:
CHIEFSOFT\ameye
2023-06-16 20:28:35 -04:00
parent c1947002cd
commit 468414a91c
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -148,6 +148,7 @@ $routes->post('/en/wrench/api/v1/offersinterestlist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/offersinterestproc', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/resources', 'WrenchResources::website');
$routes->post('/en/wrench/api/v1/askresources', 'WrenchResources::aigate');
$routes->get('/en/wrench/api/v1/blogdata/', 'WrenchBlog::website');
$routes->get('/en/wrench/api/v1/blogdata/(:any)', 'WrenchBlog::blogLimitedData/$1');