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>2020-03-23 18:45:57 +0300
committerJoas Schilling <coding@schilljs.com>2020-04-22 12:44:40 +0300
commit1cdd85634f4f96ed3f642f3a81507f5e515b49c3 (patch)
treeb16810ef841abcf410ef0754e4be16c9d2d860a7 /appinfo
parent1dbcd7bf9946c69e3e3a03c6b255c2d3c4fbb261 (diff)
Move routes to app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index a11e86ef8..0d6768971 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -33,6 +33,20 @@ return [
'url' => '/not-found',
'verb' => 'GET',
],
+
+ [
+ 'name' => 'Page#showCall',
+ 'url' => '/call/{token}',
+ 'verb' => 'GET',
+ 'root' => '',
+ ],
+ [
+ 'name' => 'Page#authenticatePassword',
+ 'url' => '/call/{token}',
+ 'verb' => 'POST',
+ 'root' => '',
+ ],
+
],
'ocs' => [
/**