Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 592 Rev 626
Línea 3846... Línea 3846...
3846
                        ]
3846
                        ]
3847
                    ],
3847
                    ],
3848
                    'enroll' => [
3848
                    'enroll' => [
3849
                        'type' => Segment::class,
3849
                        'type' => Segment::class,
3850
                        'options' => [
3850
                        'options' => [
3851
                            'route' => '/enroll/:company_id/:topic_id/:capsule_id',
3851
                            'route' => '/enroll/:company_uuid/:topic_uuid',
3852
                            'constraints' => [
3852
                            'constraints' => [
3853
                                'company_id' => '[A-Za-z0-9\-]+\=*',
3853
                                'company_uuid' => '[A-Za-z0-9\-]+\=*',
3854
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
3854
                                'topic_uuid' => '[A-Za-z0-9\-]+\=*'
3855
                                'capsule_id' => '[A-Za-z0-9\-]+\=*'
-
 
3856
                            ],
3855
                            ],
3857
                            'defaults' => [
3856
                            'defaults' => [
3858
                                'controller' => '\LeadersLinked\Controller\MarketPlaceController',
3857
                                'controller' => '\LeadersLinked\Controller\MarketPlaceController',
3859
                                'action' => 'enroll'
3858
                                'action' => 'enroll'
3860
                            ]
3859
                            ]