raw_contacts

This commit is contained in:
CHIEFSOFT\ameye
2024-09-12 14:30:20 -04:00
parent 4fd4523ea2
commit cfd1cced24
5 changed files with 107 additions and 1 deletions
+2
View File
@@ -280,6 +280,8 @@ const WRENCHBOARD_FAMILY_HOMEBANNERS = 11203;
define('WRENCHBOARD_ACCOUNT_NOTIFICATIONS', 11205);
const WRENCHBOARD_ACCOUNT_CONTACTIMPORT = 11207;
const WRENCHBOARD_PICTURE_PROFILE = 11300;
const WRENCHBOARD_PICTURE_JOB = 11303;
const WRENCHBOARD_PICTURE_FAMBANNER= 11304;
+1 -1
View File
@@ -57,7 +57,7 @@ $routes->post('/en/wrench/api/v1/paymenthx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/purchasehx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/contracthx', 'WrenchJobs::contractHx');
$routes->post('/en/wrench/api/v1/cachecontacts', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/WrenchUserContacts', 'WrenchApi::usersContacts');
$routes->post('/en/wrench/api/v1/stepresetpass', 'WrenchApi::apigate');