Proyectos de Subversion LeadersLinked - Services

Rev

Rev 826 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 826 Rev 827
Línea 3155... Línea 3155...
3155
                                'action' => 'findByHostname'
3155
                                'action' => 'findByHostname'
3156
                            ]
3156
                            ]
3157
                        ]
3157
                        ]
3158
                    ],
3158
                    ],
3159
                    'styles' => [
3159
                    'styles' => [
3160
                        'type' => Segment::class,
3160
                        'type' => Literal::class,
3161
                        'options' => [
3161
                        'options' => [
3162
                            'route' => '/styles/:id',
3162
                            'route' => '/styles',
3163
                            'constraints' => [
-
 
3164
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3165
                            ],
-
 
3166
                            'defaults' => [
3163
                            'defaults' => [
3167
                                'controller' => '\LeadersLinked\Controller\NetworkController',
3164
                                'controller' => '\LeadersLinked\Controller\NetworkController',
3168
                                'action' => 'getNetworkStyles'
3165
                                'action' => 'getNetworkStyles'
3169
                            ]
3166
                            ]
3170
                        ]
3167
                        ]