Skip to content
Snippets Groups Projects
Commit 6e06e1da authored by Robin Appelman's avatar Robin Appelman
Browse files

Add route which went missing during rebase

parent a469efb1
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment