Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13028 Rev 13052
Línea 3774... Línea 3774...
3774
                        'action' => 'index'
3774
                        'action' => 'index'
3775
                    ]
3775
                    ]
3776
                ],
3776
                ],
3777
                'may_terminate' => true,
3777
                'may_terminate' => true,
3778
                'child_routes' => [
3778
                'child_routes' => [
-
 
3779
                    'search-people' => [
-
 
3780
                        'type' => Literal::class,
-
 
3781
                        'options' => [
-
 
3782
                            'route' => '/search-people',
-
 
3783
                            'defaults' => [
-
 
3784
                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
-
 
3785
                                'action' => 'searchPeople'
-
 
3786
                            ]
-
 
3787
                        ]
-
 
3788
                    ],
3779
                    'inmail' => [
3789
                    'inmail' => [
3780
                        'type' => Segment::class,
3790
                        'type' => Segment::class,
3781
                        'options' => [
3791
                        'options' => [
3782
                            'route' => '/inmail[/:id]',
3792
                            'route' => '/inmail[/:id]',
3783
                            'constraints' => [
3793
                            'constraints' => [