routes.php 343 B

12345678910111213141516171819
  1. <?php
  2. declare(strict_types=1);
  3. /**
  4. * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
  5. * SPDX-License-Identifier: AGPL-3.0-or-later
  6. */
  7. // @codeCoverageIgnoreStart
  8. return [
  9. 'routes' => [
  10. [
  11. 'name' => 'settings#createCodes',
  12. 'url' => '/settings/create',
  13. 'verb' => 'POST'
  14. ],
  15. ]
  16. ];
  17. // @codeCoverageIgnoreEnd