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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Mors <apps@pixelswap.fr>2020-10-16 10:11:41 +0300
committerGitHub <noreply@github.com>2020-10-16 10:11:41 +0300
commit4de71e575aa35a4cf95a2ef8c1662b0ef018eabc (patch)
tree364843f65670290064479d8b6385a2993bb13785 /appinfo/routes.php
parent14addf399445650c53cf12238815e36ab9da5b3e (diff)
parentf612c264bbd21288e41866756bb151e133686df3 (diff)
Merge pull request #435 from nextcloud/enh/non-cropping
Non-cropped layout
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 46da55c7..b3b3a3d2 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -23,6 +23,8 @@
return [
'routes' => [
+ ['name' => 'api#setUserConfig', 'url' => '/api/v1/config/{key}', 'verb' => 'PUT'],
+
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
['name' => 'page#index', 'url' => '/videos', 'verb' => 'GET', 'postfix' => 'videos'],
['name' => 'page#index', 'url' => '/favorites', 'verb' => 'GET', 'postfix' => 'favorites'],