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;
}