2024-04-05 20:26:15 +02:00
|
|
|
<?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' => [
|
2024-06-12 14:21:35 +02:00
|
|
|
['name' => 'subscription#destroy', 'url' => '/subscriptions/{id}', 'verb' => 'DELETE']
|
2024-04-05 20:26:15 +02:00
|
|
|
]
|
|
|
|
];
|