From 74dc9957f291257442e0ef541441ccec1357afc3 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 22 Apr 2024 07:25:29 +0200 Subject: [PATCH] Fixed console test --- app/controllers/general.php | 3 +++ 1 file changed, 3 insertions(+) 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';