Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13675 Rev 13732
Línea 3855... Línea 3855...
3855
                                'action' => 'index'
3855
                                'action' => 'index'
3856
                            ]
3856
                            ]
3857
                        ],
3857
                        ],
3858
                        'may_terminate' => true,
3858
                        'may_terminate' => true,
3859
                        'child_routes' => [
3859
                        'child_routes' => [
-
 
3860
                            'sendall' => [
-
 
3861
                                'type' => Literal::class,
-
 
3862
                                'options' => [
-
 
3863
                                    'route' => '/sendall',
-
 
3864
                                    'defaults' => [
-
 
3865
                                        'controller' => '\LeadersLinked\Controller\CommunicationInboxController',
-
 
3866
                                        'action' => 'sendAll'
-
 
3867
                                    ]
-
 
3868
                                ]
-
 
3869
                            ],
3860
                            'search-people' => [
3870
                            'search-people' => [
3861
                                'type' => Literal::class,
3871
                                'type' => Literal::class,
3862
                                'options' => [
3872
                                'options' => [
3863
                                    'route' => '/search-people',
3873
                                    'route' => '/search-people',
3864
                                    'defaults' => [
3874
                                    'defaults' => [