Proyectos de Subversion LeadersLinked - Services

Rev

Rev 764 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 764 Rev 806
Línea 3943... Línea 3943...
3943
                        'may_terminate' => true,
3943
                        'may_terminate' => true,
3944
                    ],
3944
                    ],
3945
                    'topic' => [
3945
                    'topic' => [
3946
                        'type' => Segment::class,
3946
                        'type' => Segment::class,
3947
                        'options' => [
3947
                        'options' => [
3948
                            'route' => '/topic/:id',
3948
                            'route' => '/topics/:id',
3949
                            'constraints' => [
3949
                            'constraints' => [
3950
                                'id' => '[A-Za-z0-9\-]+\=*'
3950
                                'id' => '[A-Za-z0-9\-]+\=*'
3951
                            ],
3951
                            ],
3952
                            'defaults' => [
3952
                            'defaults' => [
3953
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3953
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',