X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=blobdiff_plain;f=module%2FGalerie%2Fconfig%2Fmodule.config.php;h=21c80cc4ebbe23096bac194c27dab31c0e88f631;hp=5f965699c641ff1c492e25da9b24f5ade84fb65e;hb=5a72cf5caffa5f9b48f42e3be465f0e9d28cb78a;hpb=45e0c4ac133e798683a9333209c9d7824ca96327 diff --git a/module/Galerie/config/module.config.php b/module/Galerie/config/module.config.php index 5f96569..21c80cc 100644 --- a/module/Galerie/config/module.config.php +++ b/module/Galerie/config/module.config.php @@ -128,6 +128,16 @@ return array( ), 'verb' => 'get', ), + 'excel' => array( + 'type' => 'Literal', + 'options' => array( + 'route' => '/excel', + 'defaults' => array( + 'action' => 'excel', + ), + ), + 'verb' => 'get', + ), /* 'default' => array( 'type' => 'Segment',