Nofifications

This commit is contained in:
CHIEFSOFT\ameye
2023-07-12 13:00:25 -04:00
parent f9abf3c287
commit 4920294afa
2 changed files with 114 additions and 2 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ $routes->post('/en/wrench/api/v1/authstart', 'WrenchOauth::apigate');
$routes->post('/en/wrench/api/v1/faq', 'WrenchFaq::apigate');
$routes->post('/en/wrench/api/v1/faqdata', 'WrenchFaq::apigate');
$routes->post('/en/wrench/api/v1/mynotifications', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/apigate', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/generics', 'WrenchApi::apigate');
@@ -179,11 +179,11 @@ $routes->post('/en/wrench/api/v1/blogdata/', 'WrenchBlog::website');
//$routes->post('/en/wrench/api/v1/blogdata/(:any)', 'WrenchBlog::blogLimitedData/$1');
$routes->post('/en/wrench/api/v1/startcredit', 'WrenchTransactions::apigate');
$routes->post('/en/wrench/api/v1/confirmcredit', 'WrenchTransactions::apigate');
$routes->post('/en/wrench/api/v1/mynotifications', 'WrenchNotifications::apigate');