diff options
Diffstat (limited to 'apps/files_trashbin/appinfo/routes.php')
-rw-r--r-- | apps/files_trashbin/appinfo/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/appinfo/routes.php b/apps/files_trashbin/appinfo/routes.php index 9243ee7e91c..21b4bc2d8c9 100644 --- a/apps/files_trashbin/appinfo/routes.php +++ b/apps/files_trashbin/appinfo/routes.php @@ -29,7 +29,7 @@ $application->registerRoutes($this, [ 'routes' => [ [ 'name' => 'Preview#getPreview', - 'url' => '/ajax/preview.php', + 'url' => '/preview', 'verb' => 'GET', ], ], |