Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2765 Rev 2766
Línea 3279... Línea 3279...
3279
                                            'route' => '/delete/:interview_uuid',
3279
                                            'route' => '/delete/:interview_uuid',
3280
                                            'constraints' => [
3280
                                            'constraints' => [
3281
                                                'interview_uuid' => '[A-Za-z0-9\-]+\=*'
3281
                                                'interview_uuid' => '[A-Za-z0-9\-]+\=*'
3282
                                            ],
3282
                                            ],
3283
                                            'defaults' => [
3283
                                            'defaults' => [
3284
                                                'controller' => '\LeadersLinked\Controller\UnknownController',
3284
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3285
                                                'action' => 'delete'
3285
                                                'action' => 'delete'
3286
                                            ],
3286
                                            ],
3287
                                        ],
3287
                                        ],
3288
                                    ],
3288
                                    ],
3289
                                ],
3289
                                ],