Statts point added
This commit is contained in:
@@ -77,3 +77,9 @@ defined('EXIT_USER_INPUT') || define('EXIT_USER_INPUT', 7); // invalid user
|
||||
defined('EXIT_DATABASE') || define('EXIT_DATABASE', 8); // database error
|
||||
defined('EXIT__AUTO_MIN') || define('EXIT__AUTO_MIN', 9); // lowest automatically-assigned error code
|
||||
defined('EXIT__AUTO_MAX') || define('EXIT__AUTO_MAX', 125); // highest automatically-assigned error code
|
||||
|
||||
|
||||
|
||||
define('START_PASS_CHANGE', 100);
|
||||
define('CONFIRM_PASS_PIN', 200);
|
||||
define('CONFIRM_PASS_CHANGE', 300);
|
||||
|
||||
@@ -62,7 +62,7 @@ $routes->get('/en/desktop/api/v2/myfituser/tracking', 'Myfituser::users');
|
||||
$routes->get('/en/desktop/api/v2/myfituser/reminders', 'Myfituser::users');
|
||||
$routes->get('/en/desktop/api/v2/myfituser/calendar', 'Myfituser::users');
|
||||
$routes->get('/en/desktop/api/v2/myfituser/loginhx', 'Myfituser::users');
|
||||
|
||||
$routes->get('/en/desktop/api/v2/myfituser/stats', 'Myfituser::users');
|
||||
|
||||
//MYFIT DESKTOP USERS
|
||||
$routes->post('/en/mobile/api/v2/myfituser/login', 'Myfituser::users');
|
||||
|
||||
Reference in New Issue
Block a user