module galerie: route index : correction URL
[zf2.biz/galerie.git] / module / Galerie / config / module.config.php
index 18cffd3..c8d1b40 100644 (file)
@@ -27,7 +27,7 @@ return array(
             'galerie' => array(
                 'type'    => 'Literal',
                 'options' => array(
-                    'route'    => '/galerie',
+                    'route'    => '/galeries',
                     'defaults' => array(
                         '__NAMESPACE__' => 'Galerie\Controller',
                         'controller'    => 'Index',