1
0
Fork 0
nc_ext_dav_push/appinfo/routes.php
2024-06-12 14:21:35 +02:00

12 lines
No EOL
321 B
PHP

<?php
declare(strict_types=1);
// SPDX-FileCopyrightText: bitfire web engineering GmbH <info@bitfire.at>
// SPDX-License-Identifier: AGPL-3.0-or-later
return [
'resources' => [
],
'routes' => [
['name' => 'subscription#destroy', 'url' => '/subscriptions/{id}', 'verb' => 'DELETE']
]
];