Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11948 Rev 11997
Línea 4315... Línea 4315...
4315
                                                    ]
4315
                                                    ]
4316
                                                ],
4316
                                                ],
4317
                                                'onefeed' => [
4317
                                                'onefeed' => [
4318
                                                    'type' => Segment::class,
4318
                                                    'type' => Segment::class,
4319
                                                    'options' => [
4319
                                                    'options' => [
4320
                                                        'route' => '/onefeed[/:feed_id][/:topic_id][/:group_id]',
4320
                                                        'route' => '/onefeed[/:feed_id][/:topic_id]',
4321
                                                        'constraints' => [
4321
                                                        'constraints' => [
4322
                                                            'group_id' => '[A-Za-z0-9\-]+\=*',
4322
                                                            'group_id' => '[A-Za-z0-9\-]+\=*',
4323
                                                            'feed_id' => '[A-Za-z0-9\-]+\=*',
4323
                                                            'feed_id' => '[A-Za-z0-9\-]+\=*',
4324
                                                            'topic_id' => '[A-Za-z0-9\-]+\=*',
4324
                                                            'topic_id' => '[A-Za-z0-9\-]+\=*',
4325
                                                        ],
4325
                                                        ],