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-03-27 18:16:37 +0300
commitd5b0d39ef37ffe3fa4e4282f19d78fc2ac5c6fe5 (patch)
tree36166ff524358c4c39fdaf5b1d3f330798fd8c1b /appinfo/routes.php
parent44431df952c9a76a1e787df84cad2ca50f975617 (diff)
Unify the names of join/leave room vs. remove*FromRoom
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/routes.php')
-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' => [