Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10817 Rev 10819
Línea 4494... Línea 4494...
4494
                        ]
4494
                        ]
4495
                    ],
4495
                    ],
4496
                    'answer' => [
4496
                    'answer' => [
4497
                        'type' => Segment::class,
4497
                        'type' => Segment::class,
4498
                        'options' => [
4498
                        'options' => [
4499
                            'route' => '/answer/:id',
4499
                            'route' => '/answer/:myt_id',
4500
                            'constraints' => [
4500
                            'constraints' => [
4501
                                'id' => '[A-Za-z0-9\-]+\=*'
4501
                                'myt_id' => '[A-Za-z0-9\-]+\=*'
4502
                            ],
4502
                            ],
4503
                            'defaults' => [
4503
                            'defaults' => [
4504
                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4504
                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4505
                                'action' => 'index'
4505
                                'action' => 'index'
4506
                            ]
4506
                            ]