summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-06-16 11:33:03 +0200
committerJoas Schilling <coding@schilljs.com>2020-07-01 10:00:24 +0200
commit977521581615ff5ba143f5189a5d1920a18042e7 (patch)
treeb9db29e4842e5008869738b901103fef97c0bdda /appinfo
parent9fc01a64392d7c1e79a871aec0c90b8d4244067f (diff)
Redirect to a plain page to avoid reconnections
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index db160f4d3..722d0ed2a 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',