Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 563 Rev 565
Línea 3938... Línea 3938...
3938
                                'action' => 'topics'
3938
                                'action' => 'topics'
3939
                            ]
3939
                            ]
3940
                        ],
3940
                        ],
3941
                        'may_terminate' => true,
3941
                        'may_terminate' => true,
3942
                        'child_routes' => [
3942
                        'child_routes' => [
3943
                            'get' => [
3943
                            '' => [
3944
                                'type' => Segment::class,
3944
                                'type' => Segment::class,
3945
                                'options' => [
3945
                                'options' => [
3946
                                    'route' => '/:id',
3946
                                    'route' => '/:id',
3947
                                    'constraints' => [
3947
                                    'constraints' => [
3948
                                        'id' => '[A-Za-z0-9\-]+\=*'
3948
                                        'id' => '[A-Za-z0-9\-]+\=*'
3949
                                    ],
3949
                                    ],
3950
                                    'defaults' => [
3950
                                    'defaults' => [
3951
                                        'controller' => '\LeadersLinked\Controller\MicrolearningController',
3951
                                        'controller' => '\LeadersLinked\Controller\MicrolearningController',
3952
                                        'action' => 'topic',
3952
                                        'action' => 'getTopic',
3953
                                    ]
3953
                                    ]
3954
                                ],
3954
                                ],
3955
                                'may_terminate' => true
3955
                                'may_terminate' => true
3956
                            ]
3956
                            ]
3957
                        ]
3957
                        ]