diff --git a/app/controllers/general.php b/app/controllers/general.php index 1f7ad48837..974940cf18 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -897,12 +897,12 @@ include_once 'api/console.php'; //include_once 'api/database.php'; //include_once 'api/functions.php'; //include_once 'api/graphql.php'; -//include_once 'api/health.php'; +include_once 'api/health.php'; include_once 'api/locale.php'; include_once 'api/messaging.php'; //include_once 'api/migrations.php'; include_once 'api/projects.php'; -//include_once 'api/proxy.php'; +include_once 'api/proxy.php'; include_once 'api/storage.php'; include_once 'api/teams.php'; include_once 'api/users.php';