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