diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-06-16 13:20:39 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-06-16 13:20:39 +0200 |
commit | 6e06e1da0e8c283ab640d865f38414ac59c9cb18 (patch) | |
tree | 2663b0a74ca2607abfc1c151cb884576430fb0f6 /apps/files_sharing/appinfo | |
parent | a469efb1f1a727255731b8fe8e1d0354e245695f (diff) | |
download | nextcloud-server-6e06e1da0e8c283ab640d865f38414ac59c9cb18.tar.gz nextcloud-server-6e06e1da0e8c283ab640d865f38414ac59c9cb18.zip |
Add route which went missing during rebase
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index 8ec4382180b..e68b953fc05 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -5,6 +5,7 @@ $this->create('core_ajax_public_preview', '/publicpreview')->action( require_once __DIR__ . '/../ajax/publicpreview.php'; }); +$this->create('sharing_external_shareinfo', '/shareinfo')->actionInclude('files_sharing/ajax/shareinfo.php'); $this->create('sharing_external_add', '/external')->actionInclude('files_sharing/ajax/external.php'); $this->create('sharing_external_test_remote', '/testremote')->actionInclude('files_sharing/ajax/testremote.php'); |