Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16791 Rev 16796
Línea 2375... Línea 2375...
2375
                        'action' => 'index'
2375
                        'action' => 'index'
2376
                    ]
2376
                    ]
2377
                ],
2377
                ],
2378
                'may_terminate' => true,
2378
                'may_terminate' => true,
2379
                'child_routes' => [
2379
                'child_routes' => [
-
 
2380
                    'setup' => [
-
 
2381
                        'type' => Literal::class,
-
 
2382
                        'options' => [
-
 
2383
                            'route' => '/setup',
-
 
2384
                            'defaults' => [
-
 
2385
                                'controller' => '\LeadersLinked\Controller\DailyPulseController',
-
 
2386
                                'action' => 'setup'
-
 
2387
                            ]
-
 
2388
                        ],
-
 
2389
                        'may_terminate' => true,
-
 
2390
                    ],    
2380
                    'emojis' => [
2391
                    'emojis' => [
2381
                        'type' => Literal::class,
2392
                        'type' => Literal::class,
2382
                        'options' => [
2393
                        'options' => [
2383
                            'route' => '/emojis',
2394
                            'route' => '/emojis',
2384
                            'defaults' => [
2395
                            'defaults' => [
Línea 3744... Línea 3755...
3744
                        ]
3755
                        ]
3745
                    ],
3756
                    ],
3746
                    'group-types' => [
3757
                    'group-types' => [
3747
                        'type' => Literal::class,
3758
                        'type' => Literal::class,
3748
                        'options' => [
3759
                        'options' => [
3749
                            'route' => '/competency-types',
3760
                            'route' => '/group-types',
3750
                            'defaults' => [
3761
                            'defaults' => [
3751
                                'controller' => '\LeadersLinked\Controller\GroupTypeController',
3762
                                'controller' => '\LeadersLinked\Controller\GroupTypeController',
3752
                                'action' => 'index'
3763
                                'action' => 'index'
3753
                            ]
3764
                            ]
3754
                        ],
3765
                        ],