mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
fix(files_versions): Remove routes leading to deleted ajax files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
1b72ddd8c8
commit
fd4c103e8b
1 changed files with 0 additions and 10 deletions
|
|
@ -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…
Reference in a new issue