Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 424 Rev 427
Línea 283... Línea 283...
283
                ]
283
                ]
284
            ],
284
            ],
285
            'ia-vacancies-aplications' => [
285
            'ia-vacancies-aplications' => [
286
                'type' => Literal::class,
286
                'type' => Literal::class,
287
                'options' => [
287
                'options' => [
288
                    'route' => '/ia-vacancies-aplications',
288
                    'route' => '/ia-vacancies-aplications/:id',
-
 
289
                    'constraints' => [
-
 
290
                        'id' => '[0-9]+',
-
 
291
                    ],
289
                    'defaults' => [
292
                    'defaults' => [
290
                        'controller' => '\LeadersLinked\Controller\AIRecruitmentVacancyAplicationController',
293
                        'controller' => '\LeadersLinked\Controller\AIRecruitmentVacancyAplicationController',
291
                        'action' => 'index'
294
                        'action' => 'index'
292
                    ]
295
                    ]
293
                ],
296
                ],