aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/routes.php
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-06-30 11:19:21 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-07-05 16:20:34 +0200
commite3bac437c225f28bc6a9ca34c4fc33c936b00513 (patch)
treed58c9153cff230cf4850092f84aeafa19de448ed /apps/files/appinfo/routes.php
parent7929ad4a9303d4f184e56f95fc89347519a164e4 (diff)
downloadnextcloud-server-e3bac437c225f28bc6a9ca34c4fc33c936b00513.tar.gz
nextcloud-server-e3bac437c225f28bc6a9ca34c4fc33c936b00513.zip
chore: remove old favorites view
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
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 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'