1
0
Fork 0
nc_ext_dav_push/appinfo/routes.php
2024-04-05 20:26:15 +02:00

11 lines
No EOL
231 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' => [
]
];