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:
Côme Chilliet 2025-05-14 21:36:33 +02:00
parent 1b72ddd8c8
commit fd4c103e8b
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -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' => [
[