aboutsummaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/appinfo/routes.php
blob: 958e319c49d924bca81d61ae2e27b4add57d88c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php

declare(strict_types=1);

/**
 * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
// @codeCoverageIgnoreStart
return [
	'routes' => [
		[
			'name' => 'settings#createCodes',
			'url' => '/settings/create',
			'verb' => 'POST'
		],
	]
];
// @codeCoverageIgnoreEnd