Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 504 Rev 505
Línea 293... Línea 293...
293
                        'controller' => '\LeadersLinked\Controller\RecruitmentPreAplicationController',
293
                        'controller' => '\LeadersLinked\Controller\RecruitmentPreAplicationController',
294
                        'action' => 'index'
294
                        'action' => 'index'
295
                    ]
295
                    ]
296
                ],
296
                ],
297
            ],
297
            ],
298
            'recruitment' => [
298
            'recruitment-ia' => [
299
                'type' => Segment::class,
299
                'type' => Segment::class,
300
                'options' => [
300
                'options' => [
301
                    'route' => '/recruitment',
301
                    'route' => '/recruitment-ia',
302
                    'defaults' => [
302
                    'defaults' => [
303
                        'controller' => '',
303
                        'controller' => '',
304
                        'action' => 'index'
304
                        'action' => 'index'
305
                    ]
305
                    ]
306
                ],
306
                ],