This commit is contained in:
CHIEFSOFT\ameye
2023-08-09 11:58:48 -04:00
parent 6aca25b6ef
commit 07bced0cdb
2 changed files with 11 additions and 0 deletions
@@ -199,6 +199,7 @@ abstract class BaseController extends Controller
'setaccsettings' => ['POST'],
'getaccsettings' => ['POST'],
'dashrecent' => ['POST'],
'myfiles' => ['POST'],
];
return $endpoints;
}
@@ -113,6 +113,16 @@ class WrenchResources extends BaseController
"name" => "GIP",
"max_size_mb" => "4",
],
[
"id" => "BMP",
"name" => "BMP",
"max_size_mb" => "4",
],
[
"id" => "PDF",
"name" => "PDF",
"max_size_mb" => "4",
],
[
"id" => "MP4",
"name" => "MP4",