my page data
This commit is contained in:
@@ -45,6 +45,12 @@ class WrenchApi extends BaseController
|
||||
}
|
||||
private function prepareEndPointData($endpoint, $in, &$call_backend=true,&$local_out=[]){
|
||||
switch ($endpoint) {
|
||||
case 'mypageload':
|
||||
$in["action"] = WRENCHBOARD_ACCOUNT_MYPAGE;
|
||||
break;
|
||||
case 'mypageintro':
|
||||
$in["action"] = WRENCHBOARD_ACCOUNT_PAGEINTRO;
|
||||
break;
|
||||
case 'preferences':
|
||||
$in["action"] = WRENCHBOARD_ACCOUNT_PREFERENCES;
|
||||
//preferences // define('WRENCHBOARD_ACCOUNT_PREFERENCES', 11065);
|
||||
|
||||
Reference in New Issue
Block a user