Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7617 Rev 7622
Línea 3915... Línea 3915...
3915
                                'options' => [
3915
                                'options' => [
3916
                                    'route' => '/view/:id[/:topic_uuid]',
3916
                                    'route' => '/view/:id[/:topic_uuid]',
3917
                                    'constraints' => [
3917
                                    'constraints' => [
3918
                                        'id' => '[A-Za-z0-9\-]+\=*',
3918
                                        'id' => '[A-Za-z0-9\-]+\=*',
3919
                                        'topic_uuid' => '[A-Za-z0-9\-]+\=*',
3919
                                        'topic_uuid' => '[A-Za-z0-9\-]+\=*',
3920
                                        'topic_uuid' => 'dsfdsf'
-
 
3921
                                    ],
3920
                                    ],
3922
                                    'defaults' => [
3921
                                    'defaults' => [
3923
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3922
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3924
                                        'action' => 'index'
3923
                                        'action' => 'index'
3925
                                    ]
3924
                                    ]