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>2017-09-21 12:30:05 +0300
committerJoas Schilling <coding@schilljs.com>2017-09-25 16:32:15 +0300
commit6150ac24f5d5d1af2c3f9d042798fc1ebbcf1df6 (patch)
tree245f5982b0ebec38fa7003d48dcaaf2be2f6fa01 /appinfo
parent288c1bb3211c75612a935b5413848092ea562b77 (diff)
Move "get messages" also to signaling route
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 2198836cb..688bc7763 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -45,7 +45,7 @@ return [
],
[
'name' => 'Signaling#pullMessages',
- 'url' => '/api/{apiVersion}/messages',
+ 'url' => '/api/{apiVersion}/signaling',
'verb' => 'GET',
'requirements' => [
'apiVersion' => 'v1',