Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9924 Rev 10119
Línea 357... Línea 357...
357
                                'controller' => '\LeadersLinked\Controller\FeedController',
357
                                'controller' => '\LeadersLinked\Controller\FeedController',
358
                                'action' => 'timeline'
358
                                'action' => 'timeline'
359
                            ]
359
                            ]
360
                        ]
360
                        ]
361
                    ],
361
                    ],
-
 
362
                    'onefeed' => [
-
 
363
                        'type' => Segment::class,
-
 
364
                        'options' => [
-
 
365
                            'route' => '/onefeed[/:feed_uuid][/:topic_uuid][/:group_uuid]',
-
 
366
                            'constraints' => [
-
 
367
                                'group_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
368
                                'feed_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
369
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
-
 
370
                            ],
-
 
371
                            'defaults' => [
-
 
372
                                'controller' => '\LeadersLinked\Controller\FeedController',
-
 
373
                                'action' => 'oneFeed'
-
 
374
                            ]
-
 
375
                        ]
-
 
376
                    ],
362
                    'delete' => [
377
                    'delete' => [
363
                        'type' => Segment::class,
378
                        'type' => Segment::class,
364
                        'options' => [
379
                        'options' => [
365
                            'route' => '/delete/:id',
380
                            'route' => '/delete/:id',
366
                            'constraints' => [
381
                            'constraints' => [