summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-01-02 21:51:28 +0100
committerJoas Schilling <coding@schilljs.com>2023-08-08 10:46:51 +0200
commit7ae69c840bb600098961ee3760e68b55dd79982f (patch)
tree7a8ffaf51532989b0ca3be72b25dca3f5855ee26 /appinfo/routes.php
parentd30cfdbeb7c4c7469945aef288fd6ffcfac4f0d6 (diff)
feat(webhooks): Start with implementing webhooks for chat messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index b6a2a9966..3cefda0d9 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -26,6 +26,7 @@ declare(strict_types=1);
return array_merge_recursive(
include(__DIR__ . '/routes/routesAvatarController.php'),
+ include(__DIR__ . '/routes/routesBotController.php'),
include(__DIR__ . '/routes/routesBreakoutRoomController.php'),
include(__DIR__ . '/routes/routesCallController.php'),
include(__DIR__ . '/routes/routesChatController.php'),