diff options
author | Robin Appelman <robin@icewind.nl> | 2018-09-10 14:40:15 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2018-09-20 17:03:38 +0200 |
commit | dea1e55b622590687b9616dc6b5aa2ecb63595e5 (patch) | |
tree | aa58278d19a861ad0ae9ced002e5d9dd5619ce81 /apps/files_trashbin/appinfo | |
parent | a623e09868ce62c4f1773f7672e011e32bdf26d8 (diff) | |
download | nextcloud-server-dea1e55b622590687b9616dc6b5aa2ecb63595e5.tar.gz nextcloud-server-dea1e55b622590687b9616dc6b5aa2ecb63595e5.zip |
remove old trashbin api
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r-- | apps/files_trashbin/appinfo/routes.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/files_trashbin/appinfo/routes.php b/apps/files_trashbin/appinfo/routes.php index 2f03c5130ce..20d52adf3f0 100644 --- a/apps/files_trashbin/appinfo/routes.php +++ b/apps/files_trashbin/appinfo/routes.php @@ -34,11 +34,3 @@ $application->registerRoutes($this, [ ], ], ]); - -$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_undelete', 'ajax/undelete.php') - ->actionInclude('files_trashbin/ajax/undelete.php'); - |