update profile api

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-22 17:59:40 -04:00
parent c563cbe210
commit 5aa9f6793a
9 changed files with 64 additions and 2 deletions
+3
View File
@@ -42,6 +42,7 @@ class WrenchApi extends BaseController
'offerslist' => ['POST'],
'activejoblist' => ['POST'],
'loadprofile' => ['POST'],
'updateprofile' => ['POST'],
'account' => ['POST'],
'message' => ['POST'],
'pendingjob' => ['POST'],
@@ -223,6 +224,8 @@ class WrenchApi extends BaseController
case 'loadprofile': $in["action"] = WRENCHBOARD_MOBILE_LOADPROFILE;
break;
case 'updateprofile': $in["action"] = WRENCHBOARD_MOBILE_UPDATEPROFILE;
break;
case 'account': $in["action"] = WRENCHBOARD_MOBILE_ACCOUNT;
break;
case 'getpendingjobs':