aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/appinfo/routes.php')
-rw-r--r--apps/files/appinfo/routes.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php
index 97f47facff0..bd22a257332 100644
--- a/apps/files/appinfo/routes.php
+++ b/apps/files/appinfo/routes.php
@@ -94,11 +94,6 @@ $application->registerRoutes(
'verb' => 'GET'
],
[
- 'name' => 'Api#getViewConfig',
- 'url' => '/api/v1/views/{view}',
- 'verb' => 'GET'
- ],
- [
'name' => 'Api#setConfig',
'url' => '/api/v1/config/{key}',
'verb' => 'PUT'