Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7640 Rev 7641
Línea 347... Línea 347...
347
                            'route' => '/timeline/[:id]/[:type[/feed/:feed][:topic_id]]',
347
                            'route' => '/timeline/[:id]/[:type[/feed/:feed][:topic_id]]',
348
                            'constraints' => [
348
                            'constraints' => [
349
                                'id' => '[A-Za-z0-9\-]+\=*',
349
                                'id' => '[A-Za-z0-9\-]+\=*',
350
                                'type' => 'user|company|hptg',
350
                                'type' => 'user|company|hptg',
351
                                'feed' => '[A-Za-z0-9\-]+\=*',
351
                                'feed' => '[A-Za-z0-9\-]+\=*',
-
 
352
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
352
                            ],
353
                            ],
353
                            'defaults' => [
354
                            'defaults' => [
354
                                'controller' => '\LeadersLinked\Controller\FeedController',
355
                                'controller' => '\LeadersLinked\Controller\FeedController',
355
                                'action' => 'timeline'
356
                                'action' => 'timeline'
356
                            ]
357
                            ]