Clean up
This commit is contained in:
@@ -48,8 +48,11 @@ $routes->post('/en/desktop/api/v2/myfit/contact', 'Myfit::contact');
|
||||
$routes->get('/en/desktop/api/v2/myfit/pricing', 'Myfit::pricing');
|
||||
|
||||
//MYFIT USERS
|
||||
$routes->post('/en/desktop/api/v2/myfituser/login', 'Myfituser::login');
|
||||
$routes->post('/en/desktop/api/v2/myfituser/account', 'Myfituser::account');
|
||||
$routes->post('/en/desktop/api/v2/myfituser/login', 'Myfituser::users');
|
||||
$routes->post('/en/desktop/api/v2/myfituser/account', 'Myfituser::users');
|
||||
|
||||
$routes->get('/en/desktop/api/v2/myfituser/profile', 'Myfituser::users');
|
||||
$routes->get('/en/desktop/api/v2/myfituser/myfeed', 'Myfituser::users');
|
||||
|
||||
/*
|
||||
https://devapi.mermsemr.com/en/desktop/api/v2/myfit/country GET
|
||||
|
||||
Reference in New Issue
Block a user