diff options
author | Vincent Petry <vincent@nextcloud.com> | 2023-01-10 10:41:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 10:41:04 +0100 |
commit | 4ecf4b46422b9245599651ccd9c4de7f943aa359 (patch) | |
tree | 1ac2f779df998bacdaf49b3e6cf7f5724c811cf7 /apps/files/appinfo/routes.php | |
parent | 95520bc46790d4cdf498428a912657ef6a23bfa0 (diff) | |
parent | 42d9e087fb175a07588de41ebcd3a45b119e0199 (diff) | |
download | nextcloud-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.php | 2 |
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); |