Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2766 Rev 2775
Línea 3259... Línea 3259...
3259
                                                'action' => 'add'
3259
                                                'action' => 'add'
3260
                                            ],
3260
                                            ],
3261
                                        ],
3261
                                        ],
3262
                                    ],
3262
                                    ],
3263
                                    'edit' => [
3263
                                    'edit' => [
3264
                                        'type' => Literal::class,
3264
                                        'type' => Segment::class,
3265
                                        'options' => [
3265
                                        'options' => [
3266
                                            'route' => '/edit/:interview_uuid',
3266
                                            'route' => '/edit/:interview_uuid',
3267
                                            'constraints' => [
3267
                                            'constraints' => [
3268
                                                'interview_uuid' => '[A-Za-z0-9\-]+\=*'
3268
                                                'interview_uuid' => '[A-Za-z0-9\-]+\=*'
3269
                                            ],
3269
                                            ],
Línea 3272... Línea 3272...
3272
                                                'action' => 'edit'
3272
                                                'action' => 'edit'
3273
                                            ],
3273
                                            ],
3274
                                        ],
3274
                                        ],
3275
                                    ],
3275
                                    ],
3276
                                    'delete' => [
3276
                                    'delete' => [
3277
                                        'type' => Literal::class,
3277
                                        'type' => Segment::class,
3278
                                        'options' => [
3278
                                        'options' => [
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
                                            ],