Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 566 Rev 567
Línea 3941... Línea 3941...
3941
                        'may_terminate' => true,
3941
                        'may_terminate' => true,
3942
                        'child_routes' => [
3942
                        'child_routes' => [
3943
                            '' => [ // Changed from 'get' to an empty string
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', // Changed from '/:id' to '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',