Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 325 Rev 333
Línea 95... Línea 95...
95
                            ],
95
                            ],
96
                        ],
96
                        ],
97
                    ],
97
                    ],
98
                ]
98
                ]
99
            ],
99
            ],
-
 
100
            
-
 
101
            'storage' => [
-
 
102
                'type' => Segment::class,
-
 
103
                'options' => [
-
 
104
                    'route' => '/storage/:code',
-
 
105
                    'constraints' => [
-
 
106
                        'code' => '[A-Za-z0-9]+',
-
 
107
                    ],
-
 
108
                    'defaults' => [
-
 
109
                        'controller' => '\LeadersLinked\Controller\HomeController',
-
 
110
                        'action' => 'storage',
-
 
111
                    ],
-
 
112
                ],
-
 
113
                'may_terminate' => true,
-
 
114
            ],
Línea 100... Línea 115...
100
 
115
 
101
            'share' => [
116
            'share' => [
102
                'type' => Segment::class,
117
                'type' => Segment::class,
103
                'options' => [
118
                'options' => [