aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/routes.php
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2023-01-10 10:41:04 +0100
committerGitHub <noreply@github.com>2023-01-10 10:41:04 +0100
commit4ecf4b46422b9245599651ccd9c4de7f943aa359 (patch)
tree1ac2f779df998bacdaf49b3e6cf7f5724c811cf7 /apps/files/appinfo/routes.php
parent95520bc46790d4cdf498428a912657ef6a23bfa0 (diff)
parent42d9e087fb175a07588de41ebcd3a45b119e0199 (diff)
downloadnextcloud-server-4ecf4b46422b9245599651ccd9c4de7f943aa359.tar.gz
nextcloud-server-4ecf4b46422b9245599651ccd9c4de7f943aa359.zip
Merge pull request #35980 from nextcloud/remove-legacy-ajax-list
Remove unused legacy ajax/list.php in files app
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);