Browse Source

Remove invalid route

Said file doesn't exist anymore and accessing it would just return a 500

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
tags/v12.0.0beta1
Lukas Reschke 7 years ago
parent
commit
06f8ea247b
No account linked to committer's email address
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      apps/files_sharing/appinfo/routes.php

+ 0
- 2
apps/files_sharing/appinfo/routes.php View File

@@ -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…
Cancel
Save