mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Enabled more controllers
This commit is contained in:
parent
aff328c660
commit
b97cf78d9d
1 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue