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:
authorAndras Timar <andras.timar@collabora.com>2016-09-12 20:38:01 +0300
committerAndras Timar <andras.timar@collabora.com>2016-09-12 20:42:46 +0300
commit6fc595eb938c02ad6dde025f6eac5a9305643880 (patch)
tree94d46e64063d9a7e44b3afa236d5b62d2f53f1d1 /appinfo/routes.php
parent7a0d2b944cde026abd6527bf3e51f41e809faa9c (diff)
remove unused 'Save new documents to' setting, fixes #76
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 0cca478a..3b5d539c 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -39,7 +39,6 @@ $application->registerRoutes($this, [
['name' => 'document#wopiGetFile', 'url' => 'wopi/files/{fileId}/contents', 'verb' => 'GET'],
['name' => 'document#wopiPutFile', 'url' => 'wopi/files/{fileId}/contents', 'verb' => 'POST'],
//settings
- ['name' => 'settings#savePersonal', 'url' => 'ajax/personal.php', 'verb' => 'POST'],
['name' => 'settings#setSettings', 'url' => 'ajax/admin.php', 'verb' => 'POST'],
['name' => 'settings#getSupportedMimes', 'url' => 'ajax/mimes.php', 'verb' => 'GET'],
]