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>2019-09-14 00:09:18 +0300
committerJoas Schilling <coding@schilljs.com>2019-09-14 00:09:18 +0300
commit88a5c13aa4117b61de9161e0a6531f8c028bfea5 (patch)
treeac2278c81beeab280453da7e4d469e320b38c3e8 /appinfo/routes.php
parentf88b6523f823db727930b027c5f56179e5fee0b1 (diff)
Free FilesController
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index b88b28112..c5fdb5cbb 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -338,10 +338,10 @@ return [
],
/**
- * Files
+ * FilesIntegration
*/
[
- 'name' => 'Files#getRoom',
+ 'name' => 'FilesIntegration#getRoom',
'url' => '/api/{apiVersion}/file/{fileId}',
'verb' => 'GET',
'requirements' => [