Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 161 Rev 167
Línea 3721... Línea 3721...
3721
                            ]
3721
                            ]
3722
                        ],
3722
                        ],
3723
                        'may_terminate' => true,
3723
                        'may_terminate' => true,
3724
                    ],
3724
                    ],
3725
                    'sync' => [
3725
                    'sync' => [
-
 
3726
                        
3726
                        'type' => Segment::class,
3727
                        'type' => Segment::class,
3727
                        'options' => [
3728
                        'options' => [
-
 
3729
                            'route' => '/sync/operation/:operation/topic/:topic_uuid[/capsule/:capsule_uuid][/slide/:slide_uuid][/]',
3728
                            'route' => '/sync',
3730
                            'constraints' => [
-
 
3731
                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
3732
                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
3733
                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
3734
                                'operation' => 'slide-view|capsule-close|topic-close',
-
 
3735
                            ],
3729
                            'defaults' => [
3736
                            'defaults' => [
3730
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3737
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3731
                                'action' => 'sync'
3738
                                'action' => 'sync'
3732
                            ]
3739
                            ]
3733
                        ]
3740
                        ]