summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-09-03 19:13:22 +0200
committerRobin Appelman <robin@icewind.nl>2018-09-20 17:03:36 +0200
commita623e09868ce62c4f1773f7672e011e32bdf26d8 (patch)
treee001f1fe4318cf438eb5cd4590f377938d14a38d /apps/files_trashbin/appinfo
parentb4e452ad6025ab677bda49608803de1d84a59d11 (diff)
downloadnextcloud-server-a623e09868ce62c4f1773f7672e011e32bdf26d8.tar.gz
nextcloud-server-a623e09868ce62c4f1773f7672e011e32bdf26d8.zip
remove old trashbin endpoint
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r--apps/files_trashbin/appinfo/routes.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_trashbin/appinfo/routes.php b/apps/files_trashbin/appinfo/routes.php
index 21b4bc2d8c9..2f03c5130ce 100644
--- a/apps/files_trashbin/appinfo/routes.php
+++ b/apps/files_trashbin/appinfo/routes.php
@@ -39,8 +39,6 @@ $this->create('files_trashbin_ajax_delete', 'ajax/delete.php')
->actionInclude('files_trashbin/ajax/delete.php');
$this->create('files_trashbin_ajax_isEmpty', 'ajax/isEmpty.php')
->actionInclude('files_trashbin/ajax/isEmpty.php');
-$this->create('files_trashbin_ajax_list', 'ajax/list.php')
- ->actionInclude('files_trashbin/ajax/list.php');
$this->create('files_trashbin_ajax_undelete', 'ajax/undelete.php')
->actionInclude('files_trashbin/ajax/undelete.php');