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-17 18:12:08 +0300
committerJoas Schilling <coding@schilljs.com>2018-07-24 09:43:11 +0300
commit3e326172f7ce6254cd4a1cd980eb1412f809a992 (patch)
tree6711cce545b48f616fafbc8936440e2f849cf2b8 /appinfo/routes.php
parentc1d4482d507e44929037b3495cccd63fa5ba0d38 (diff)
Remove useless ping call and "ping" with the signaling fetch instead
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 516ae6df5..87e60f3de 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -90,15 +90,6 @@ return [
],
],
[
- 'name' => 'Call#pingCall',
- 'url' => '/api/{apiVersion}/call/{token}/ping',
- 'verb' => 'POST',
- 'requirements' => [
- 'apiVersion' => 'v1',
- 'token' => '^[a-z0-9]{4,30}$',
- ],
- ],
- [
'name' => 'Call#leaveCall',
'url' => '/api/{apiVersion}/call/{token}',
'verb' => 'DELETE',