Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7368 Rev 7370
Línea 345... Línea 345...
345
                        'type' => Segment::class,
345
                        'type' => Segment::class,
346
                        'options' => [
346
                        'options' => [
347
                            'route' => '/timeline/:id/:type[/feed/:feed]',
347
                            'route' => '/timeline/:id/:type[/feed/:feed]',
348
                            'constraints' => [
348
                            'constraints' => [
349
                                'id' => '[A-Za-z0-9\-]+\=*',
349
                                'id' => '[A-Za-z0-9\-]+\=*',
350
                                'type' => 'user|company|group',
350
                                'type' => 'user|company|highPerformanceTeamsGroup',
351
                                'feed' => '[A-Za-z0-9\-]+\=*',
351
                                'feed' => '[A-Za-z0-9\-]+\=*',
352
                            ],
352
                            ],
353
                            'defaults' => [
353
                            'defaults' => [
354
                                'controller' => '\LeadersLinked\Controller\FeedController',
354
                                'controller' => '\LeadersLinked\Controller\FeedController',
355
                                'action' => 'timeline'
355
                                'action' => 'timeline'