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