Nofifications
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user