Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3298 Rev 3349
Línea 320... Línea 320...
320
                        'controller' => '\LeadersLinked\Controller\HomeController',
320
                        'controller' => '\LeadersLinked\Controller\HomeController',
321
                        'action' => 'share',
321
                        'action' => 'share',
322
                    ],
322
                    ],
323
                ],
323
                ],
324
            ],
324
            ],
325
            'share-callback' => [
-
 
326
                'type' => Segment::class,
-
 
327
                'options' => [
-
 
328
                    'route' => '/share-callback/type/:type/code/:code',
-
 
329
                    'constraints' => [
-
 
330
                        'type' => 'feed|post',
-
 
331
                        'code' => '[A-Za-z0-9\-]+\=*',
-
 
332
                    ],
-
 
333
                    'defaults' => [
-
 
334
                        'controller' => '\LeadersLinked\Controller\HomeController',
-
 
335
                        'action' => 'shareCallback',
-
 
336
                    ],
-
 
337
                ],
-
 
338
            ],
-
 
339
            'post' => [
325
            'post' => [
340
                'type' => Segment::class,
326
                'type' => Segment::class,
341
                'options' => [
327
                'options' => [
342
                    'route' => '/post/:id',
328
                    'route' => '/post/:id',
343
                    'constraints' => [
329
                    'constraints' => [