Commit 13a982b8 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Modif de la route principale

parent 5c579fac
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,10 +20,10 @@ return [
    ],
    'router' => [
        'routes' => [
            'unicaen-id-ref' => [
            'unicaen-idref' => [
                'type' => 'Literal',
                'options' => [
                    'route' => '/unicaen-id-ref',
                    'route' => '/unicaen-idref',
                    'defaults' => [
                        'controller' => IndexController::class,
                        'action' => 'index',