myfir-login

This commit is contained in:
2023-01-25 19:06:17 -05:00
parent ec63e35f70
commit 538bada3ad
3 changed files with 123 additions and 77 deletions
+7 -1
View File
@@ -47,10 +47,16 @@ $routes->get('/en/desktop/api/v2/myfit/faq', 'Myfit::faq');
$routes->post('/en/desktop/api/v2/myfit/contact', 'Myfit::contact');
$routes->get('/en/desktop/api/v2/myfit/pricing', 'Myfit::pricing');
//MYFIT USERS
//MYFIT DESKTOP USERS
$routes->post('/en/desktop/api/v2/myfituser/login', 'Myfituser::users');
$routes->post('/en/desktop/api/v2/myfituser/account', 'Myfituser::users');
//MYFIT DESKTOP USERS
$routes->post('/en/mobile/api/v2/myfituser/login', 'Myfituser::users');
$routes->post('/en/mobile/api/v2/myfituser/account', 'Myfituser::users');
$routes->get('/en/mobile/api/v2/myfit/blogdata', 'Myfit::blogdata');
$routes->get('/en/desktop/api/v2/myfituser/profile', 'Myfituser::users');
$routes->get('/en/desktop/api/v2/myfituser/myfeed', 'Myfituser::users');