X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=blobdiff_plain;f=module%2FGalerie%2Fconfig%2Fmodule.config.php;h=18cffd36da9e63e1f2c77019324508c3f93f2336;hp=7832b4da7805b3b7d3b6eedbf2eaf4e6bb652793;hb=f8c4b0fcb2cc411e29372eb88236a37807866f6e;hpb=2f833ba3e38665761381527f6a9a69e40fea9cec diff --git a/module/Galerie/config/module.config.php b/module/Galerie/config/module.config.php index 7832b4d..18cffd3 100644 --- a/module/Galerie/config/module.config.php +++ b/module/Galerie/config/module.config.php @@ -22,4 +22,21 @@ return array( 'galerie' => __DIR__ . '/../view', ), ), + 'router' => array( + 'routes' => array( + 'galerie' => array( + 'type' => 'Literal', + 'options' => array( + 'route' => '/galerie', + 'defaults' => array( + '__NAMESPACE__' => 'Galerie\Controller', + 'controller' => 'Index', + 'action' => 'index', + ), + ), + 'verb' => 'get', + 'may_terminate' => true, + ), + ), + ), );