aux login

This commit is contained in:
CHIEFSOFT\ameye
2023-05-26 12:04:01 -04:00
parent d3c40d9a26
commit 610f91e9f4
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -52,7 +52,10 @@ $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/userlogin', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/authlogin', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/homebanners', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/startjoblist', 'WrenchApi::apigate');
$routes->get('/en/wrench/api/v1/startjoblist', 'WrenchApi::apigate');