Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5570 Rev 5658
Línea 3562... Línea 3562...
3562
                        'may_terminate' => true,
3562
                        'may_terminate' => true,
3563
                        'child_routes' => [
3563
                        'child_routes' => [
3564
                            'add' => [
3564
                            'add' => [
3565
                                'type' => Segment::class,
3565
                                'type' => Segment::class,
3566
                                'options' => [
3566
                                'options' => [
3567
                                    'route' => '/add/:survey_uuid',
3567
                                    'route' => '/add/:survey_id',
3568
                                    'constraints' => [
3568
                                    'constraints' => [
3569
                                        'survey_uuid' => '[A-Za-z0-9\-]+\=*'
3569
                                        'survey_id' => '[A-Za-z0-9\-]+\=*'
3570
                                    ],
3570
                                    ],
3571
                                    'defaults' => [
3571
                                    'defaults' => [
3572
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3572
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3573
                                        'action' => 'add'
3573
                                        'action' => 'add'
3574
                                    ],
3574
                                    ],