diff --git a/app/controllers/general.php b/app/controllers/general.php index 531bc36f8c..1f7ad48837 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -893,6 +893,7 @@ include_once 'shared/api.php'; include_once 'shared/api/auth.php'; include_once 'api/account.php'; include_once 'api/avatars.php'; +include_once 'api/console.php'; //include_once 'api/database.php'; //include_once 'api/functions.php'; //include_once 'api/graphql.php'; @@ -906,3 +907,5 @@ include_once 'api/storage.php'; include_once 'api/teams.php'; include_once 'api/users.php'; //include_once 'api/vcs.php'; +include_once 'web/console.php'; +include_once 'web/home.php';