Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 203 Rev 232
Línea 1560... Línea 1560...
1560
                                'controller' => '\LeadersLinked\Controller\FeedController',
1560
                                'controller' => '\LeadersLinked\Controller\FeedController',
1561
                                'action' => 'delete'
1561
                                'action' => 'delete'
1562
                            ],
1562
                            ],
1563
                        ]
1563
                        ]
1564
                    ],
1564
                    ],
-
 
1565
                    'reactions' => [
-
 
1566
                        'type' => Segment::class,
-
 
1567
                        'options' => [
-
 
1568
                            'route' => '/reactions/:id',
-
 
1569
                            'constraints' => [
-
 
1570
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
1571
                  
-
 
1572
                            ],
-
 
1573
                            'defaults' => [
-
 
1574
                                'controller' => '\LeadersLinked\Controller\FeedController',
-
 
1575
                                'action' => 'reactions'
-
 
1576
                            ]
-
 
1577
                        ]
-
 
1578
                    ],
1565
                    'comment' => [
1579
                    'comment' => [
1566
                        'type' => Segment::class,
1580
                        'type' => Segment::class,
1567
                        'options' => [
1581
                        'options' => [
1568
                            'route' => '/comment/:id',
1582
                            'route' => '/comment/:id',
1569
                            'constraints' => [
1583
                            'constraints' => [