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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-07-25 18:31:16 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-08-08 11:24:49 +0300
commit112c73b71cbc642937f8f2f2c9d903c014fd8f70 (patch)
tree0f82ed9a6f7365449ddb2ca2dfdf20efc043d6cc /appinfo/routes.php
parentf81f5e0a7c17601a039f820b4d0fa59a561fe993 (diff)
Open the call in a new tab for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 2422e13f0..98a76a92c 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -28,6 +28,11 @@ return [
'url' => '/',
'verb' => 'GET',
],
+ [
+ 'name' => 'Page#shareAuth',
+ 'url' => '/shareauth/{token}',
+ 'verb' => 'GET',
+ ],
],
'ocs' => [
/**