My files
This commit is contained in:
@@ -19,6 +19,9 @@ class WrenchApi extends BaseController
|
||||
}
|
||||
private function prepareEndPointData($endpoint, $in, &$call_backend=true,&$local_out=[]){
|
||||
switch ($endpoint) {
|
||||
case 'myfiles':
|
||||
$in["action"] = WRENCHBOARD_MYFILES_LIST;
|
||||
break;
|
||||
case 'setaccsettings':
|
||||
$in["action"] = WRENCHBOARD_USER_SETTINGS;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user