Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10970 Rev 10976
Línea 432... Línea 432...
432
                        ]
432
                        ]
433
                    ],
433
                    ],
434
                    'add' => [
434
                    'add' => [
435
                        'type' => Segment::class,
435
                        'type' => Segment::class,
436
                        'options' => [
436
                        'options' => [
437
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding][/type/:type[/feed/:feed][/myt_id/:myt_id]]',
437
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding][/type/:type][/feed/:feed][/myt_id/:myt_id]',
438
                            'constraints' => [
438
                            'constraints' => [
439
                                'company_id' => '[A-Za-z0-9\-]+\=*',
439
                                'company_id' => '[A-Za-z0-9\-]+\=*',
440
                                'group_id' => '[A-Za-z0-9\-]+\=*',
440
                                'group_id' => '[A-Za-z0-9\-]+\=*',
-
 
441
                                'myt_id' => '[A-Za-z0-9\-]+\=*',
441
                                'type' => 'group|company|hptg|myt',
442
                                'type' => 'group|company|hptg|myt',
442
                                'encoding' => 'base64'
443
                                'encoding' => 'base64'
443
                            ],
444
                            ],
444
                            'defaults' => [
445
                            'defaults' => [
445
                                'controller' => '\LeadersLinked\Controller\FeedController',
446
                                'controller' => '\LeadersLinked\Controller\FeedController',