Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8731 Rev 8732
Línea 343... Línea 343...
343
                'may_terminate' => true,
343
                'may_terminate' => true,
344
                'child_routes' => [
344
                'child_routes' => [
345
                    'timeline' => [
345
                    'timeline' => [
346
                        'type' => Segment::class,
346
                        'type' => Segment::class,
347
                        'options' => [
347
                        'options' => [
348
                            'route' => '/timeline/[:id]/[:type[:topic_uuid][/urgent/:urgent][/feed/:feed]]',
348
                            'route' => '/timeline/[:id]/[:type[/urgent/:urgent][/feed/:feed][:topic_uuid]]',
349
                            'constraints' => [
349
                            'constraints' => [
350
                                'id' => '[A-Za-z0-9\-]+\=*',
350
                                'id' => '[A-Za-z0-9\-]+\=*',
351
                                'type' => 'user|company|hptg',
351
                                'type' => 'user|company|hptg',
352
                                'feed' => '[A-Za-z0-9\-]+\=*',
352
                                'feed' => '[A-Za-z0-9\-]+\=*',
353
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
353
                                'topic_id' => '[A-Za-z0-9\-]+\=*',