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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-12-07 03:01:01 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-12-07 03:01:01 +0300
commitaa89c908a70dddabb39ea7d0a166e147e31d3f5d (patch)
treece6c765e5bbe170e313024a6e286d2276e2e6aff /appinfo
parent88a93503cabb9f6dc98fd7b1448d409f1d4651a5 (diff)
Remove unrequired route
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 67dfc3fa..07a5068c 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -25,6 +25,5 @@ return [
//settings
['name' => 'settings#setSettings', 'url' => 'ajax/admin.php', 'verb' => 'POST'],
- ['name' => 'settings#getSettings', 'url' => 'ajax/settings.php', 'verb' => 'GET'],
]
];