Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11122 Rev 11126
Línea 433... Línea 433...
433
                        ]
433
                        ]
434
                    ],
434
                    ],
435
                    'add' => [
435
                    'add' => [
436
                        'type' => Segment::class,
436
                        'type' => Segment::class,
437
                        'options' => [
437
                        'options' => [
438
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding][/type/:type][/feed/:feed][/myt_id/:myt_id][/hptg_id/:hptg_id]',
438
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding][/type/:type][/feed/:feed][/myt_id/:myt_id][/hptg_id/:hptg_id][/topic_id/:topic_id]',
439
                            'constraints' => [
439
                            'constraints' => [
440
                                'company_id' => '[A-Za-z0-9\-]+\=*',
440
                                'company_id' => '[A-Za-z0-9\-]+\=*',
441
                                'group_id' => '[A-Za-z0-9\-]+\=*',
441
                                'group_id' => '[A-Za-z0-9\-]+\=*',
442
                                'hptg_id' => '[A-Za-z0-9\-]+\=*',
442
                                'hptg_id' => '[A-Za-z0-9\-]+\=*',
-
 
443
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
443
                                'myt_id' => '[A-Za-z0-9\-]+\=*',
444
                                'myt_id' => '[A-Za-z0-9\-]+\=*',
444
                                'type' => 'group|company|hptg|mytq|myta',
445
                                'type' => 'group|company|hptg|mytq|myta',
445
                                'encoding' => 'base64'
446
                                'encoding' => 'base64'
446
                            ],
447
                            ],
447
                            'defaults' => [
448
                            'defaults' => [