summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-24 11:16:59 +0200
committerJoas Schilling <coding@schilljs.com>2020-08-25 08:47:08 +0200
commit6ee5c0476d21ea62d5ff7f7077e59492097f7440 (patch)
tree790583b72374fab87b270ad84737d383e5cad9ef /appinfo
parent6d0b2c86b730cb23863d74d3fd61306d84eb8150 (diff)
Move stopAllBridges to a controller without a Room
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index f8a55bb68..eac1b85bd 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -394,8 +394,12 @@ return [
'token' => '^[a-z0-9]{4,30}$',
],
],
+
+ /**
+ * Bridge settings
+ */
[
- 'name' => 'Bridge#stopAllBridges',
+ 'name' => 'BridgeSettings#stopAllBridges',
'url' => '/api/{apiVersion}/bridge',
'verb' => 'DELETE',
'requirements' => [