From 708b4991d9039543130b569dd845ed8d8cd1a68c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 14 Apr 2020 18:24:02 +0200 Subject: Fix legacy routes Signed-off-by: Joas Schilling --- apps/files/appinfo/routes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files/appinfo') diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index 01d1e14054a..d304ceb7b28 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -153,7 +153,7 @@ $application->registerRoutes( /** @var $this \OC\Route\Router */ -$this->create('files_ajax_download', 'ajax/download.php') +$this->create('files_ajax_download', 'apps/files/ajax/download.php') ->actionInclude('files/ajax/download.php'); -$this->create('files_ajax_list', 'ajax/list.php') +$this->create('files_ajax_list', 'apps/files/ajax/list.php') ->actionInclude('files/ajax/list.php'); -- cgit v1.2.3