1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Fixed console test

This commit is contained in:
Eldad Fux 2024-04-22 07:25:29 +02:00
parent 479f20dabf
commit 74dc9957f2

View file

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