diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-05-14 13:29:03 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-06-14 10:13:24 +0200 |
commit | cf5a72c10398bb18817cff8ca4dfba4429a97123 (patch) | |
tree | d9ede2e59296746411c2781c1fe074d38af3235d /apps/files_sharing/appinfo/routes.php | |
parent | d7de35376d7e068abdfb49e8336feab25e313662 (diff) | |
download | nextcloud-server-cf5a72c10398bb18817cff8ca4dfba4429a97123.tar.gz nextcloud-server-cf5a72c10398bb18817cff8ca4dfba4429a97123.zip |
Add interface for adding a public share to a different ownCloud instance
Diffstat (limited to 'apps/files_sharing/appinfo/routes.php')
-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 2d214c879c4..8ec4382180b 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -6,6 +6,7 @@ $this->create('core_ajax_public_preview', '/publicpreview')->action( }); $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'); // OCS API |