Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15634 Rev 15637
Línea 4329... Línea 4329...
4329
                        ],
4329
                        ],
4330
                        'may_terminate' => true,
4330
                        'may_terminate' => true,
4331
                        'child_routes' => []
4331
                        'child_routes' => []
4332
                    ],
4332
                    ],
Línea -... Línea 4333...
-
 
4333
 
-
 
4334
                    //Anderson routes
-
 
4335
                    'progress-by-day' => [
-
 
4336
                        'type' => Segment::class, // exact match of URI path
-
 
4337
                        'options' => [
-
 
4338
                            'route' => '/progress-by-day', // URI path
-
 
4339
                            'defaults' => [
-
 
4340
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactProgressController::class', // unique name
-
 
4341
                                'action'     => 'index',
-
 
4342
                            ],
-
 
4343
                        ],
-
 
4344
                    ],
4333
 
4345
 
4334
                ]
4346
                ]