mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
Use yaml for consistency
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
|
||||
|
||||
return function (RoutingConfigurator $routes) {
|
||||
$routes->import('.', 'webauthn');
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
webauthn_routes:
|
||||
resource: .
|
||||
type: webauthn
|
||||
Reference in New Issue
Block a user