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:
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 22074e938..f8e7c6145 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -33,6 +33,11 @@ return [
'url' => '/not-found',
'verb' => 'GET',
],
+ [
+ 'name' => 'Page#duplicateSession',
+ 'url' => '/duplicate-session',
+ 'verb' => 'GET',
+ ],
[
'name' => 'Page#showCall',