formated result

This commit is contained in:
CHIEFSOFT\ameye
2024-07-09 20:02:04 -04:00
parent 4aa199dc7a
commit 2ce081e205
3 changed files with 38 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ $routes->post('/en/wrench/api/v1/profilepasschange', 'WrenchApi::apigate'); /
$routes->post('/en/wrench/api/v1/createmobileuser', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/completemobileuser', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/startresetpasword', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/startresetpasword', 'WrenchAuth::passwordReset'); //'WrenchApi::apigate'
// $routes->post('/en/wrench/api/v1/userlogin', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/userlogin', 'WrenchAuth::userLogin'); // New routes defined