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>2017-05-25 12:46:46 +0300
committerGitHub <noreply@github.com>2017-05-25 12:46:46 +0300
commit6d9054e6f3c9edb2787896df29b5850b98a7840d (patch)
tree212d361aad917fc4c51e89e061793eb96e33ce7a /appinfo
parentbd4cd271fca7a7f540ebdeff3b2af4b2bb5d7f43 (diff)
parent0c14789cc35acd0a487e24ef220f96b5207a6118 (diff)
Merge pull request #60 from pranavk/ooxml
Revert "Remove unrequired route"; respect OOXML settings again
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 07a5068c..67dfc3fa 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -25,5 +25,6 @@ return [
//settings
['name' => 'settings#setSettings', 'url' => 'ajax/admin.php', 'verb' => 'POST'],
+ ['name' => 'settings#getSettings', 'url' => 'ajax/settings.php', 'verb' => 'GET'],
]
];