From b97cf78d9dda16d38d91cc2eb2472ee0bad41190 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 22 Apr 2024 07:51:35 +0200 Subject: [PATCH] Enabled more controllers --- app/controllers/general.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';