Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-09-28 16:52:51 +0300
committerJoas Schilling <coding@schilljs.com>2017-09-28 16:53:59 +0300
commit9e2e39a614a034fd830e014e0176c3b651d3e967 (patch)
treee93f29d623fd0dcd2cf0b42dfced527240aed1fb /appinfo
parent2a33f7fd1a14dafd726ce912547f6df976b97ae8 (diff)
Allow multiple turn servers
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 688bc7763..012acfefe 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -28,11 +28,6 @@ return [
'url' => '/',
'verb' => 'GET',
],
- [
- 'name' => 'AppSettings#setSpreedSettings',
- 'url' => '/settings/admin',
- 'verb' => 'POST',
- ],
],
'ocs' => [
[