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-03-26 17:25:54 +0300
committerJoas Schilling <coding@schilljs.com>2018-04-18 18:05:50 +0300
commit25d50f6b47db59841adafac037d4ac80d36668e8 (patch)
tree03e318d4282b0d6d92d0df91eb4aecf1b80c2c1b /appinfo
parentd1dfcfeae35936e2c72faf7ac78520bf9d0520a7 (diff)
Unify the names of join/leave room vs. remove*FromRoom
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 5a19618a0..6bd738168 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -239,7 +239,7 @@ return [
],
],
[
- 'name' => 'Room#exitRoom',
+ 'name' => 'Room#leaveRoom',
'url' => '/api/{apiVersion}/room/{token}/participants/active',
'verb' => 'DELETE',
'requirements' => [