mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 16:48:59 -04:00
Merge pull request #4340 from nextcloud/remove-invalid-route
Remove invalid route
This commit is contained in:
commit
5505faa3d7
1 changed files with 0 additions and 2 deletions
|
|
@ -125,8 +125,6 @@ $application->registerRoutes($this, [
|
|||
]);
|
||||
|
||||
/** @var $this \OCP\Route\IRouter */
|
||||
$this->create('files_sharing_ajax_list', 'ajax/list.php')
|
||||
->actionInclude('files_sharing/ajax/list.php');
|
||||
$this->create('sharing_external_shareinfo', '/shareinfo')
|
||||
->actionInclude('files_sharing/ajax/shareinfo.php');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue