Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 591 Rev 592
Línea 4023... Línea 4023...
4023
                            ]
4023
                            ]
4024
                        ],
4024
                        ],
4025
                        'may_terminate' => true
4025
                        'may_terminate' => true
4026
                    ],
4026
                    ],
4027
                    'sync' => [
4027
                    'sync' => [
4028
 
-
 
4029
                        'type' => Segment::class,
4028
                        'type' => Segment::class,
4030
                        'options' => [
4029
                        'options' => [
4031
                            'route' => '/sync/topic/:topic_uuid[/capsule/:capsule_uuid][/slide/:slide_uuid][/]',
4030
                            'route' => '/sync/topic/:topic_uuid[/slide/:slide_uuid][/]',
4032
                            'constraints' => [
4031
                            'constraints' => [
4033
                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
4032
                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
4034
                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
4035
                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
4033
                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
4036
                                'operation' => 'slide-view|capsule-close|topic-close'
-
 
4037
                            ],
4034
                            ],
4038
                            'defaults' => [
4035
                            'defaults' => [
4039
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
4036
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
4040
                                'action' => 'sync'
4037
                                'action' => 'sync'
4041
                            ]
4038
                            ]