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-10-09 12:51:28 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-10 12:19:22 +0300
commit8aa2aa2efe53ca0f2cdcb1b7a05812cb9930e52e (patch)
tree16d24a47ee0a21c85f3f6bc8e4026f87b8770ec9 /appinfo/routes.php
parent672409118ad37b6e66d1561f92e9d9a553b1452f (diff)
Remove unwanted, undocumented and unused methods from Commands controller
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index a016b6949..f0729ba87 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -383,24 +383,6 @@ return [
'apiVersion' => 'v1',
],
],
- [
- 'name' => 'Command#update',
- 'url' => '/api/{apiVersion}/command/{id}',
- 'verb' => 'PUT',
- 'requirements' => [
- 'apiVersion' => 'v1',
- 'id' => '^\d+$',
- ],
- ],
- [
- 'name' => 'Command#destroy',
- 'url' => '/api/{apiVersion}/command/{id}',
- 'verb' => 'DELETE',
- 'requirements' => [
- 'apiVersion' => 'v1',
- 'id' => '^\d+$',
- ],
- ],
/**
* Webinar