diff options
Diffstat (limited to 'apps/files/appinfo/routes.php')
-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 a97c631d896..05d0a37fd70 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -129,11 +129,6 @@ $application->registerRoutes( 'verb' => 'GET' ], [ - 'name' => 'Api#getNodeType', - 'url' => '/api/v1/quickaccess/get/NodeType', - 'verb' => 'GET', - ], - [ 'name' => 'DirectEditingView#edit', 'url' => '/directEditing/{token}', 'verb' => 'GET' |