account recent
This commit is contained in:
@@ -208,7 +208,8 @@ abstract class BaseController extends Controller
|
|||||||
'getaccsettings' => ['POST'],
|
'getaccsettings' => ['POST'],
|
||||||
'dashrecent' => ['POST'],
|
'dashrecent' => ['POST'],
|
||||||
'myfiles' => ['POST'],
|
'myfiles' => ['POST'],
|
||||||
'reqdel'=> ['POST'],
|
'reqdel' => ['POST'],
|
||||||
|
'recentactivities' => ['POST'],
|
||||||
];
|
];
|
||||||
return $endpoints;
|
return $endpoints;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -386,7 +386,9 @@ class WrenchApi extends BaseController
|
|||||||
case 'reqdel':
|
case 'reqdel':
|
||||||
// some actions
|
// some actions
|
||||||
break;
|
break;
|
||||||
|
case 'recentactivities':
|
||||||
|
$in["action"] = WRENCHBOARD_ACCOUNT_RECENTS;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
$in["pid"] = 100;
|
$in["pid"] = 100;
|
||||||
return $in;
|
return $in;
|
||||||
|
|||||||
Reference in New Issue
Block a user