Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 565 Rev 566
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
                            '' => [
3943
                            '' => [ // Changed from 'get' to an empty string
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' => 'getTopic',
3952
                                        'action' => 'getTopic',
3953
                                    ]
3953
                                    ]