Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 731 Rev 735
Línea 1714... Línea 1714...
1714
                    ],
1714
                    ],
1715
                ]    
1715
                ]    
1716
            ],*/
1716
            ],*/
Línea 1717... Línea 1717...
1717
 
1717
 
1718
            'inmail' => [
1718
            'inmail' => [
1719
                'type' => Segment::class,
1719
                'type' => Literal::class,
1720
                'options' => [
1720
                'options' => [
1721
                    'route' => '/inmail[/:uuid]',
1721
                    'route' => '/inmail',
1722
                    'defaults' => [
1722
                    'defaults' => [
1723
                        'controller' => '\LeadersLinked\Controller\InMailController',
1723
                        'controller' => '\LeadersLinked\Controller\InMailController',
1724
                        'action' => 'index'
1724
                        'action' => 'index'
1725
                    ]
1725
                    ]