Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 679 Rev 681
Línea 1694... Línea 1694...
1694
                    ],
1694
                    ],
1695
                ]    
1695
                ]    
1696
            ],*/
1696
            ],*/
Línea 1697... Línea 1697...
1697
 
1697
 
1698
            'inmail' => [
1698
            'inmail' => [
1699
                'type' => Literal::class,
1699
                'type' => Segment::class,
1700
                'options' => [
1700
                'options' => [
-
 
1701
                    'route' => '/inmail[/:id]',
-
 
1702
                    'constraints' => [
-
 
1703
                        'id' => '[A-Za-z0-9\-]+\=*'
1701
                    'route' => '/inmail',
1704
                    ],
1702
                    'defaults' => [
1705
                    'defaults' => [
1703
                        'controller' => '\LeadersLinked\Controller\InMailController',
1706
                        'controller' => '\LeadersLinked\Controller\InMailController',
1704
                        'action' => 'index'
1707
                        'action' => 'index'
1705
                    ]
1708
                    ]