diff options
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); |