Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 232 Rev 235
Línea 3716... Línea 3716...
3716
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3716
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3717
                                'action' => 'getTopic'
3717
                                'action' => 'getTopic'
3718
                            ]
3718
                            ]
3719
                        ],
3719
                        ],
3720
                        'may_terminate' => true,
3720
                        'may_terminate' => true,
3721
                    ],      
3721
                    ],  
-
 
3722
                    'take-a-test' => [
-
 
3723
                        'type' => Segment::class,
-
 
3724
                        'options' => [
-
 
3725
                            'route' => '/take-a-test/:slide_id',
-
 
3726
                            'constraints' => [
-
 
3727
                                'slide_id' => '[A-Za-z0-9\-]+\=*',
-
 
3728
                            ],
-
 
3729
                            'defaults' => [
-
 
3730
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
-
 
3731
                                'action' => 'takeTest'
-
 
3732
                            ]
-
 
3733
                        ],
-
 
3734
                        'may_terminate' => true,
-
 
3735
                    ],
3722
                    'capsules' => [
3736
                    'capsules' => [
3723
                        'type' => Segment::class,
3737
                        'type' => Segment::class,
3724
                        'options' => [
3738
                        'options' => [
3725
                            'route' => '/capsules/:topic_id',
3739
                            'route' => '/capsules/:topic_id',
3726
                            'constraints' => [
3740
                            'constraints' => [