aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/routes.php
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2023-01-04 11:16:56 +0100
committerVincent Petry <vincent@nextcloud.com>2023-01-09 15:18:37 +0100
commit42d9e087fb175a07588de41ebcd3a45b119e0199 (patch)
tree6583d5f59ab804c403220286dfb51cb19a121cd3 /apps/files/appinfo/routes.php
parent79f1c30a31f9453b119f9e9880a6308a86c78b39 (diff)
downloadnextcloud-server-42d9e087fb175a07588de41ebcd3a45b119e0199.tar.gz
nextcloud-server-42d9e087fb175a07588de41ebcd3a45b119e0199.zip
Remove unused legacy ajax/list.php in files app
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files/appinfo/routes.php')
-rw-r--r--apps/files/appinfo/routes.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php
index 1de9cad56b2..9c45668333b 100644
--- a/apps/files/appinfo/routes.php
+++ b/apps/files/appinfo/routes.php
@@ -43,8 +43,6 @@ use OCA\Files\Controller\OpenLocalEditorController;
/** @var $this \OC\Route\Router */
$this->create('files_ajax_download', 'apps/files/ajax/download.php')
->actionInclude('files/ajax/download.php');
-$this->create('files_ajax_list', 'apps/files/ajax/list.php')
- ->actionInclude('files/ajax/list.php');
/** @var Application $application */
$application = \OC::$server->query(Application::class);