Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11351 Rev 11431
Línea 4001... Línea 4001...
4001
                ],
4001
                ],
4002
                'may_terminate' => true,
4002
                'may_terminate' => true,
4003
                'child_routes' => [
4003
                'child_routes' => [
4004
                ]
4004
                ]
4005
            ],
4005
            ],
-
 
4006
 
-
 
4007
            'csrf' => [
-
 
4008
                'type' => Literal::class,
-
 
4009
                'options' => [
-
 
4010
                    'route' => '/csrf',
-
 
4011
                    'defaults' => [
-
 
4012
                        'controller' => '\LeadersLinked\Controller\ChatController',
-
 
4013
                        'action' => 'csrf'
-
 
4014
                    ]
-
 
4015
                ]
-
 
4016
            ],
4006
            'chat' => [
4017
            'chat' => [
4007
                'type' => Literal::class,
4018
                'type' => Literal::class,
4008
                'options' => [
4019
                'options' => [
4009
                    'route' => '/chat',
4020
                    'route' => '/chat',
4010
                    'defaults' => [
4021
                    'defaults' => [