Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13544 Rev 13547
Línea 3766... Línea 3766...
3766
                ]
3766
                ]
3767
            ],
3767
            ],
3768
            'inmail' => [
3768
            'inmail' => [
3769
                'type' => Segment::class,
3769
                'type' => Segment::class,
3770
                'options' => [
3770
                'options' => [
3771
                    'route' => '/inmail[/a/:id]',
3771
                    'route' => '/inmail[/:id]',
3772
                    'constraints' => [
3772
                    'constraints' => [
3773
                        'id' => '[A-Za-z0-9\-]+\=*',
3773
                        'id' => '[A-Za-z0-9\-]+\=*',
3774
                    ],
3774
                    ],
3775
                    'defaults' => [
3775
                    'defaults' => [
3776
                        'controller' => '\LeadersLinked\Controller\InMailController',
3776
                        'controller' => '\LeadersLinked\Controller\InMailController',