Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8249 Rev 8384
Línea 395... Línea 395...
395
                                        'controller' => '\LeadersLinked\Controller\FeedController',
395
                                        'controller' => '\LeadersLinked\Controller\FeedController',
396
                                        'action' => 'commentDelete'
396
                                        'action' => 'commentDelete'
397
                                    ]
397
                                    ]
398
                                ]
398
                                ]
399
                            ],
399
                            ],
-
 
400
 
-
 
401
                            'answer' => [
-
 
402
                                'type' => Segment::class,
-
 
403
                                'options' => [
-
 
404
                                    'route' => '/answer/:comment',
-
 
405
                                    'constraints' => [
-
 
406
                                        'comment' => '[A-Za-z0-9\-]+\=*',
-
 
407
                                    ],
-
 
408
                                    'defaults' => [
-
 
409
                                        'controller' => '\LeadersLinked\Controller\FeedController',
-
 
410
                                        'action' => 'comment'
-
 
411
                                    ]
-
 
412
                                ]
-
 
413
                            ],
400
                        ]
414
                        ]
401
                    ],
415
                    ],
402
                    'add' => [
416
                    'add' => [
403
                        'type' => Segment::class,
417
                        'type' => Segment::class,
404
                        'options' => [
418
                        'options' => [