Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 167 Rev 177
Línea 82... Línea 82...
82
                                'controller' => '\LeadersLinked\Controller\AuthController',
82
                                'controller' => '\LeadersLinked\Controller\AuthController',
83
                                'action' => 'impersonate',
83
                                'action' => 'impersonate',
84
                            ],
84
                            ],
85
                        ],
85
                        ],
86
                    ],
86
                    ],
87
                    'autologin' => [
87
                    'debug' => [
88
                        'type' => Literal::class,
88
                        'type' => Literal::class,
89
                        'options' => [
89
                        'options' => [
90
                            'route' => '/autologin',
90
                            'route' => '/debug',
91
                            'defaults' => [
91
                            'defaults' => [
92
                                'controller' => '\LeadersLinked\Controller\AuthController',
92
                                'controller' => '\LeadersLinked\Controller\AuthController',
93
                                'action' => 'autologin',
93
                                'action' => 'debug',
94
                            ],
94
                            ],
95
                        ],
95
                        ],
96
                    ],
96
                    ],
97
                ]
97
                ]
98
            ],
98
            ],