mirror of
https://github.com/nextcloud/server.git
synced 2025-02-22 16:09:14 +00:00
11 lines
240 B
PHP
11 lines
240 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
// SPDX-FileCopyrightText: Ferdinand Thiessen <opensource@fthiessen.de>
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
return [
|
|
'routes' => [
|
|
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
|
|
]
|
|
];
|