Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14610 Rev 14692
Línea 4232... Línea 4232...
4232
            'csrf' => [
4232
            'csrf' => [
4233
                'type' => Literal::class,
4233
                'type' => Literal::class,
4234
                'options' => [
4234
                'options' => [
4235
                    'route' => '/csrf',
4235
                    'route' => '/csrf',
4236
                    'defaults' => [
4236
                    'defaults' => [
4237
                        'controller' => '\LeadersLinked\Controller\ChatController',
4237
                        'controller' => '\LeadersLinked\Controller\DashboardController',
4238
                        'action' => 'csrf'
4238
                        'action' => 'csrf'
4239
                    ]
4239
                    ]
4240
                ]
4240
                ]
4241
            ],
4241
            ],
4242
            'chat' => [
4242
            'chat' => [
Línea 4401... Línea 4401...
4401
                                'controller' => '\LeadersLinked\Controller\ChatController',
4401
                                'controller' => '\LeadersLinked\Controller\ChatController',
4402
                                'action' => 'deleteGroup',
4402
                                'action' => 'deleteGroup',
4403
                            ],
4403
                            ],
4404
                        ],
4404
                        ],
4405
                    ],
4405
                    ],
-
 
4406
                    'open' => [
-
 
4407
                        'type' => Segment::class,
-
 
4408
                        'options' => [
-
 
4409
                            'route' => '/open/:id',
-
 
4410
                            'constraints' => [
-
 
4411
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
4412
                            ],
-
 
4413
                            'defaults' => [
-
 
4414
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
4415
                                'action' => 'open',
-
 
4416
                            ],
-
 
4417
                        ],
-
 
4418
                    ],
4406
                    'close' => [
4419
                    'close' => [
4407
                        'type' => Segment::class,
4420
                        'type' => Segment::class,
4408
                        'options' => [
4421
                        'options' => [
4409
                            'route' => '/close/:id',
4422
                            'route' => '/close/:id',
4410
                            'constraints' => [
4423
                            'constraints' => [