]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add route which went missing during rebase
authorRobin Appelman <icewind@owncloud.com>
Mon, 16 Jun 2014 11:20:39 +0000 (13:20 +0200)
committerRobin Appelman <icewind@owncloud.com>
Mon, 16 Jun 2014 11:20:39 +0000 (13:20 +0200)
apps/files_sharing/appinfo/routes.php

index 8ec4382180b76deb052d30850287f60ca0b3e6db..e68b953fc05951db3558d5cf1fa8134df4feb3c0 100644 (file)
@@ -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');