Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6797 Rev 6882
Línea 3576... Línea 3576...
3576
                                ],
3576
                                ],
3577
                            ],
3577
                            ],
3578
                            'report' => [
3578
                            'report' => [
3579
                                'type' => Segment::class,
3579
                                'type' => Segment::class,
3580
                                'options' => [
3580
                                'options' => [
3581
                                    'route' => '/report',
3581
                                    'route' => '/report/:uuid',
3582
                                    'defaults' => [
3582
                                    'defaults' => [
3583
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3583
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3584
                                        'action' => 'report',
3584
                                        'action' => 'report',
3585
                                    ],
3585
                                    ],
3586
                                ],
3586
                                ],
3587
                            ],
3587
                            ],
3588
                            'delete' => [
3588
                            'delete' => [
3589
                                'type' => Segment::class,
3589
                                'type' => Segment::class,
3590
                                'options' => [
3590
                                'options' => [
3591
                                    'route' => '/delete',
3591
                                    'route' => '/delete/:id',
3592
                                    'defaults' => [
3592
                                    'defaults' => [
3593
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3593
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3594
                                        'action' => 'delete'
3594
                                        'action' => 'delete'
3595
                                    ]
3595
                                    ]
3596
                                ]
3596
                                ]