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:
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index db37ad4c..ed6c326a 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -46,6 +46,14 @@ return [
'path' => '',
]
],
+ ['name' => 'page#index', 'url' => '/locations/{path}', 'verb' => 'GET', 'postfix' => 'locations',
+ 'requirements' => [
+ 'path' => '.*',
+ ],
+ 'defaults' => [
+ 'path' => '',
+ ]
+ ],
[ 'name' => 'publicAlbum#get', 'url' => '/public/{token}', 'verb' => 'GET',
'requirements' => [
'token' => '.*',