This commit is contained in:
CHIEFSOFT\ameye
2023-09-16 07:07:34 -04:00
parent a5c7732b6d
commit 643db4e9ce
7 changed files with 60 additions and 41 deletions
+1
View File
@@ -194,6 +194,7 @@ const LOGIN_FACEBOOK = 990011;
const LOGIN_APPLE = 990012;
define('WRENCHBOARD_ACCOUNT_DASHRECENT', 11206);
define('WRENCHBOARD_ACCOUNT_QRLOGIN', 11022);
define('WRENCHBOARD_ACCOUNT_CREATEACC', 11020);
define('WRENCHBOARD_ACCOUNT_AUXSTART', 11023);
define('WRENCHBOARD_ACCOUNT_AUXLOGIN', 11024);
+1
View File
@@ -64,6 +64,7 @@ $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/qrlogin', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/homebanners', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/startjoblist', 'WrenchApi::apigate');