summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-17 07:41:17 +0100
committerMarco <marcoambrosini@icloud.com>2022-12-05 10:28:15 +0100
commitc0e66722cefa9852b19be8fe66f60223614d5c5f (patch)
tree46b01f3fb105f94bc658d17a6aa496940c3cce71 /appinfo
parent6b8abf68aea9ffe3b9f788276824e8b29c3f252e (diff)
Add integration tests for manual assigning and moderator handling
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 6fba9ee5a..af1f35888 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -25,6 +25,7 @@ declare(strict_types=1);
return array_merge_recursive(
+ include(__DIR__ . '/routes/routesBreakoutRoomController.php'),
include(__DIR__ . '/routes/routesCallController.php'),
include(__DIR__ . '/routes/routesChatController.php'),
include(__DIR__ . '/routes/routesCommandController.php'),