Enabled more controllers

This commit is contained in:
Eldad Fux 2024-04-22 07:51:35 +02:00
parent aff328c660
commit b97cf78d9d

View file

@ -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';