Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6496 Rev 6662
Línea 3573... Línea 3573...
3573
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3573
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3574
                                        'action' => 'add',
3574
                                        'action' => 'add',
3575
                                    ],
3575
                                    ],
3576
                                ],
3576
                                ],
3577
                            ],
3577
                            ],
-
 
3578
                            'report' => [
-
 
3579
                                'type' => Segment::class,
-
 
3580
                                'options' => [
-
 
3581
                                    'route' => '/report',
-
 
3582
                                    'defaults' => [
-
 
3583
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
-
 
3584
                                        'action' => 'report',
-
 
3585
                                    ],
-
 
3586
                                ],
-
 
3587
                            ],
3578
                            'delete' => [
3588
                            'delete' => [
3579
                                'type' => Segment::class,
3589
                                'type' => Segment::class,
3580
                                'options' => [
3590
                                'options' => [
3581
                                    'route' => '/delete/:id',
3591
                                    'route' => '/delete/:id',
3582
                                    'constraints' => [
3592
                                    'constraints' => [