Add route which went missing during rebase

This commit is contained in:
Robin Appelman 2014-06-16 13:20:39 +02:00
parent a469efb1f1
commit 6e06e1da0e
1 changed files with 1 additions and 0 deletions

View 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');