diff options
Diffstat (limited to 'cypress/fixtures/testapp/appinfo/routes.php')
-rw-r--r-- | cypress/fixtures/testapp/appinfo/routes.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cypress/fixtures/testapp/appinfo/routes.php b/cypress/fixtures/testapp/appinfo/routes.php index cd54acdc083..b5471c5a0b2 100644 --- a/cypress/fixtures/testapp/appinfo/routes.php +++ b/cypress/fixtures/testapp/appinfo/routes.php @@ -1,9 +1,10 @@ <?php declare(strict_types=1); -// SPDX-FileCopyrightText: Ferdinand Thiessen <opensource@fthiessen.de> -// SPDX-License-Identifier: AGPL-3.0-or-later - +/** + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ return [ 'routes' => [ ['name' => 'page#index', 'url' => '/', 'verb' => 'GET'], |