diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-04-13 11:26:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 11:26:05 +0200 |
commit | 5505faa3d7b6f5a95f18fe5027355d700d69f396 (patch) | |
tree | e6606db3866bdcd59dffb6a91901569419980f9b | |
parent | 01f3698175694d9994c8ef0bb91745582edf3345 (diff) | |
parent | 06f8ea247b4dda90b196639655f6fe6a124c904b (diff) | |
download | nextcloud-server-5505faa3d7b6f5a95f18fe5027355d700d69f396.tar.gz nextcloud-server-5505faa3d7b6f5a95f18fe5027355d700d69f396.zip |
Merge pull request #4340 from nextcloud/remove-invalid-route
Remove invalid route
-rw-r--r-- | apps/files_sharing/appinfo/routes.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index 439d46253d4..56eece341a9 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -125,8 +125,6 @@ $application->registerRoutes($this, [ ]); /** @var $this \OCP\Route\IRouter */ -$this->create('files_sharing_ajax_list', 'ajax/list.php') - ->actionInclude('files_sharing/ajax/list.php'); $this->create('sharing_external_shareinfo', '/shareinfo') ->actionInclude('files_sharing/ajax/shareinfo.php'); |