Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 754 Rev 764
Línea 121... Línea 121...
121
                    ]
121
                    ]
122
                ],
122
                ],
123
                'may_terminate' => true
123
                'may_terminate' => true
124
            ],
124
            ],
Línea -... Línea 125...
-
 
125
 
-
 
126
            'data-storage' => [
-
 
127
                'type' => Segment::class,
-
 
128
                'options' => [
-
 
129
                    'route' => '/data/storage/:type/:uuid/:filename',
-
 
130
                    'constraints' => [
-
 
131
                        'type' => '[a-zA-Z0-9_-]+',
-
 
132
                        'uuid' => '[a-fA-F0-9-]+',
-
 
133
                        'filename' => '[a-zA-Z0-9._-]+'
-
 
134
                    ],
-
 
135
                    'defaults' => [
-
 
136
                        'controller' => '\LeadersLinked\Controller\HomeController',
-
 
137
                        'action' => 'dataStorage'
-
 
138
                    ]
-
 
139
                ],
-
 
140
                'may_terminate' => true
-
 
141
            ],
125
 
142
 
126
            'share' => [
143
            'share' => [
127
                'type' => Segment::class,
144
                'type' => Segment::class,
128
                'options' => [
145
                'options' => [
129
                    'route' => '/share/type/:type/code/:code/user/:user/timestamp/:timestamp/rand/:rand/password/:password',
146
                    'route' => '/share/type/:type/code/:code/user/:user/timestamp/:timestamp/rand/:rand/password/:password',