fix(files_versions): Remove routes leading to deleted ajax files

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/52840/head
Côme Chilliet 5 months ago
parent 1b72ddd8c8
commit fd4c103e8b
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
  1. 10
      apps/files_versions/appinfo/routes.php

@ -6,16 +6,6 @@
*/
namespace OCA\Files_Versions\AppInfo;
use OCP\Route\IRouter;
/** @var IRouter $this */
$this->create('files_versions_download', 'apps/files_versions/download.php')
->actionInclude('files_versions/download.php');
$this->create('files_versions_ajax_getVersions', 'apps/files_versions/ajax/getVersions.php')
->actionInclude('files_versions/ajax/getVersions.php');
$this->create('files_versions_ajax_rollbackVersion', 'apps/files_versions/ajax/rollbackVersion.php')
->actionInclude('files_versions/ajax/rollbackVersion.php');
return [
'routes' => [
[

Loading…
Cancel
Save