Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 626 Rev 649
Línea 4024... Línea 4024...
4024
                        'may_terminate' => true
4024
                        'may_terminate' => true
4025
                    ],
4025
                    ],
4026
                    'sync' => [
4026
                    'sync' => [
4027
                        'type' => Segment::class,
4027
                        'type' => Segment::class,
4028
                        'options' => [
4028
                        'options' => [
4029
                            'route' => '/sync/topic/:topic_uuid[/slide/:slide_uuid][/]',
4029
                            'route' => '/sync/slide/:slide_uuid',
4030
                            'constraints' => [
4030
                            'constraints' => [
4031
                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
4032
                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
4031
                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
4033
                            ],
4032
                            ],
4034
                            'defaults' => [
4033
                            'defaults' => [
4035
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
4034
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
4036
                                'action' => 'sync'
4035
                                'action' => 'sync'