Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 709 Rev 721
Línea 1147... Línea 1147...
1147
                        'action' => 'index'
1147
                        'action' => 'index'
1148
                    ]
1148
                    ]
1149
                ],
1149
                ],
1150
                'may_terminate' => true,
1150
                'may_terminate' => true,
1151
                'child_routes' => [
1151
                'child_routes' => [
-
 
1152
                    'metadata' => [
-
 
1153
                        'type' => Literal::class,
-
 
1154
                        'options' => [
-
 
1155
                            'route' => '/metadata',
-
 
1156
                            'defaults' => [
-
 
1157
                                'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
-
 
1158
                                'action' => 'metadata'
-
 
1159
                            ]
-
 
1160
                        ]
-
 
1161
                    ],
-
 
1162
                    'list' => [
-
 
1163
                        'type' => Literal::class,
-
 
1164
                        'options' => [
-
 
1165
                            'route' => '/list',
-
 
1166
                            'defaults' => [
-
 
1167
                                'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
-
 
1168
                                'action' => 'list'
-
 
1169
                            ]
-
 
1170
                        ]
-
 
1171
                    ],
1152
                    'add' => [
1172
                    'add' => [
1153
                        'type' => Literal::class,
1173
                        'type' => Literal::class,
1154
                        'options' => [
1174
                        'options' => [
1155
                            'route' => '/add',
1175
                            'route' => '/add',
1156
                            'defaults' => [
1176
                            'defaults' => [