X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=blobdiff_plain;f=module%2FGalerie%2Fconfig%2Fmodule.config.php;h=5f965699c641ff1c492e25da9b24f5ade84fb65e;hp=5c06d9c5dc180f94f32dfca8a4a29fd76505eeab;hb=12557cded4e09175aab9f520c3a27f4a194fa6b8;hpb=f455f9a21cfb9cf3bbd48022a757573af7e7c21e diff --git a/module/Galerie/config/module.config.php b/module/Galerie/config/module.config.php index 5c06d9c..5f96569 100644 --- a/module/Galerie/config/module.config.php +++ b/module/Galerie/config/module.config.php @@ -117,7 +117,18 @@ return array( ), ), 'verb' => 'get', - ),/* + ), + 'csv' => array( + 'type' => 'Literal', + 'options' => array( + 'route' => '/csv', + 'defaults' => array( + 'action' => 'csv', + ), + ), + 'verb' => 'get', + ), +/* 'default' => array( 'type' => 'Segment', 'options' => array(