Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 573 Rev 585
Línea 3979... Línea 3979...
3979
                                'action' => 'capsules'
3979
                                'action' => 'capsules'
3980
                            ]
3980
                            ]
3981
                        ],
3981
                        ],
3982
                        'may_terminate' => true
3982
                        'may_terminate' => true
3983
                    ],
3983
                    ],
3984
                    'get-capsule' => [
3984
                    'capsule' => [
3985
                        'type' => Segment::class,
3985
                        'type' => Segment::class,
3986
                        'options' => [
3986
                        'options' => [
3987
                            'route' => '/get-capsule/:id',
3987
                            'route' => '/capsules/:id',
3988
                            'constraints' => [
3988
                            'constraints' => [
3989
                                'id' => '[A-Za-z0-9\-]+\=*'
3989
                                'id' => '[A-Za-z0-9\-]+\=*'
3990
                            ],
3990
                            ],
3991
                            'defaults' => [
3991
                            'defaults' => [
3992
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3992
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',