Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16932 Rev 16954
Línea 3273... Línea 3273...
3273
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
3273
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
3274
                                'action' => 'search'
3274
                                'action' => 'search'
3275
                            ]
3275
                            ]
3276
                        ]
3276
                        ]
3277
                    ],
3277
                    ],
-
 
3278
                    'dictionary' => [
-
 
3279
                        'type' => Literal::class,
-
 
3280
                        'options' => [
-
 
3281
                            'route' => '/dictionary',
-
 
3282
                            'defaults' => [
-
 
3283
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
-
 
3284
                                'action' => 'dictionary'
-
 
3285
                            ]
-
 
3286
                        ]
-
 
3287
                    ],
3278
                    'add' => [
3288
                    'add' => [
3279
                        'type' => Literal::class,
3289
                        'type' => Literal::class,
3280
                        'options' => [
3290
                        'options' => [
3281
                            'route' => '/add',
3291
                            'route' => '/add',
3282
                            'defaults' => [
3292
                            'defaults' => [