Use yaml for consistency

This commit is contained in:
Nicolas Grekas
2020-04-06 09:56:47 +02:00
parent f22675ad3d
commit c8fd38edb7
6 changed files with 10 additions and 35 deletions
@@ -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