diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-10-23 16:38:22 +0200 |
---|---|---|
committer | Kate <26026535+provokateurin@users.noreply.github.com> | 2023-11-02 11:37:15 +0100 |
commit | 99fa7f77eff6b615c9e40d4afefd1b1d62cb4917 (patch) | |
tree | b6255513d3f5e039a0be8d6e6a64f34972ad23f7 /apps/files/appinfo | |
parent | 5a74f4ac398dda764d59952436bd7d36fbb84cf0 (diff) | |
download | nextcloud-server-99fa7f77eff6b615c9e40d4afefd1b1d62cb4917.tar.gz nextcloud-server-99fa7f77eff6b615c9e40d4afefd1b1d62cb4917.zip |
fix: Remove routes with missing controller methods
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/routes.php | 5 |
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' |