Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 388 Rev 389
Línea 280... Línea 280...
280
                        'controller' => '\LeadersLinked\Controller\HomeController',
280
                        'controller' => '\LeadersLinked\Controller\HomeController',
281
                        'action' => 'index'
281
                        'action' => 'index'
282
                    ]
282
                    ]
283
                ]
283
                ]
284
            ],
284
            ],
285
            'upload_cv' => [
285
            'cv' => [
286
                'type' => Literal::class,
286
                'type' => Literal::class,
287
                'options' => [
287
                'options' => [
288
                    'route' => '/cv/upload',
288
                    'route' => '/cv',
289
                    'defaults' => [
289
                    'defaults' => [
290
                        'controller' => '\LeadersLinked\Controller\CvController',
290
                        'controller' => '\LeadersLinked\Controller\CvController',
291
                        'action' => 'index'
291
                        'action' => 'index'
292
                    ]
292
                    ]
293
                ],
293
                ],
294
                'may_terminate' => true,
-
 
295
                'child_routes' => [
-
 
296
                    'post' => [
-
 
297
                        'type' => 'Segment',
-
 
298
                        'options' => [
-
 
299
                            'route' => '/[:id]',
-
 
300
                            'defaults' => [
-
 
301
                                'action' => 'upload'
-
 
302
                            ]
-
 
303
                        ]
-
 
304
                    ]
-
 
305
                ]
-
 
306
            ],
294
            ],
307
            'language' => [
295
            'language' => [
308
                'type' => Literal::class,
296
                'type' => Literal::class,
309
                'options' => [
297
                'options' => [
310
                    'route' => '/language',
298
                    'route' => '/language',