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-08-08 15:17:24 +0300
committerJoas Schilling <coding@schilljs.com>2018-08-08 15:17:40 +0300
commit135c82304f8135d90d67071b3b61c87e425dd8ff (patch)
treedc2d90c8d812ad8acd585c16375e072da25fa977 /appinfo/routes.php
parentfbe0f569933db0ea64575b2ab3f1b7241b1edcaf (diff)
Revert "Open the call in a new tab for now"
This reverts commit 112c73b71cbc642937f8f2f2c9d903c014fd8f70.
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 98a76a92c..2422e13f0 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -28,11 +28,6 @@ return [
'url' => '/',
'verb' => 'GET',
],
- [
- 'name' => 'Page#shareAuth',
- 'url' => '/shareauth/{token}',
- 'verb' => 'GET',
- ],
],
'ocs' => [
/**