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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-09-02 16:44:29 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-01-25 22:35:05 +0300
commit8330431ae790d8ede3064ed55d507313f9a2ac76 (patch)
treef137de2466987661328478d4915534d849b32d00 /appinfo
parent37725d4c700e8ec0f541dae76b80e52364cdfa5c (diff)
Save and load settings
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 3f9c4fe9..a13b2c12 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -40,5 +40,5 @@ $application->registerRoutes($this, array('routes' => array(
// settings
array('name' => 'settings#get', 'url' => '/settings', 'verb' => 'GET'),
- array('name' => 'settings#set', 'url' => '/settings/{type}/{setting}/{value}', 'verb' => 'POST'),
+ array('name' => 'settings#set', 'url' => '/settings/{setting}/{value}', 'verb' => 'POST'),
)));