Proyectos de Subversion LeadersLinked - Services

Rev

Rev 721 | Rev 731 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 721 Rev 728
Línea 1716... Línea 1716...
1716
            ],*/
1716
            ],*/
Línea 1717... Línea 1717...
1717
 
1717
 
1718
            'inmail' => [
1718
            'inmail' => [
1719
                'type' => Segment::class,
1719
                'type' => Segment::class,
1720
                'options' => [
1720
                'options' => [
-
 
1721
                    'route' => '/inmail[/:uuid]',
-
 
1722
                    'constraints' => [
-
 
1723
                        'uuid' => '[A-Za-z0-9\-]+\=*'
1721
                    'route' => '/inmail',
1724
                    ],
1722
                    'defaults' => [
1725
                    'defaults' => [
1723
                        'controller' => '\LeadersLinked\Controller\InMailController',
1726
                        'controller' => '\LeadersLinked\Controller\InMailController',
1724
                        'action' => 'index'
1727
                        'action' => 'index'
1725
                    ]
1728
                    ]