Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13732 Rev 13760
Línea 3775... Línea 3775...
3775
                        'action' => 'index'
3775
                        'action' => 'index'
3776
                    ]
3776
                    ]
3777
                ],
3777
                ],
3778
                'may_terminate' => true,
3778
                'may_terminate' => true,
3779
                'child_routes' => [
3779
                'child_routes' => [
-
 
3780
                    'sendall' => [
-
 
3781
                        'type' => Literal::class,
-
 
3782
                        'options' => [
-
 
3783
                            'route' => '/sendall',
-
 
3784
                            'defaults' => [
-
 
3785
                                'controller' => '\LeadersLinked\Controller\CommunicationInboxController',
-
 
3786
                                'action' => 'sendAll'
-
 
3787
                            ]
-
 
3788
                        ]
-
 
3789
                    ],
3780
                    'search-people' => [
3790
                    'search-people' => [
3781
                        'type' => Literal::class,
3791
                        'type' => Literal::class,
3782
                        'options' => [
3792
                        'options' => [
3783
                            'route' => '/search-people',
3793
                            'route' => '/search-people',
3784
                            'defaults' => [
3794
                            'defaults' => [