diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index 9f9083fe..63667a91 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -41,6 +41,7 @@ $routes->get('/en/wrench/api/v1/test','Home::test'); $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');