summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-12-12 17:16:48 -0300
committerVitor Mattos <vitor@php.rio>2022-12-12 17:16:48 -0300
commit5b0747fe89034886d7d4631c032af4ba88738678 (patch)
tree570aaa6e22004738964e47be6a83c8170f17fbe4 /appinfo
parent1bf15c983758671bf1d21a2c036a156fd157f7f2 (diff)
Small fixes after continuous integration
Signed-off-by: Vitor Mattos <vitor@php.rio>
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 88554d8ce..b6a2a9966 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -40,6 +40,7 @@ return array_merge_recursive(
include(__DIR__ . '/routes/routesPollController.php'),
include(__DIR__ . '/routes/routesPublicShareAuthController.php'),
include(__DIR__ . '/routes/routesReactionController.php'),
+ include(__DIR__ . '/routes/routesRecordingController.php'),
include(__DIR__ . '/routes/routesRoomController.php'),
include(__DIR__ . '/routes/routesSettingsController.php'),
include(__DIR__ . '/routes/routesSignalingController.php'),