Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14973 Rev 14974
Línea 5451... Línea 5451...
5451
            ],
5451
            ],
Línea 5452... Línea 5452...
5452
 
5452
 
5453
            'development-and-content' => [
5453
            'development-and-content' => [
5454
                'type' => Segment::class,
5454
                'type' => Segment::class,
5455
                'options' => [
5455
                'options' => [
5456
                    'route' => '/development-and-content/:category_id',
5456
                    'route' => '/development-and-content[/:category_id]',
5457
                    'constraints' => [
5457
                    'constraints' => [
5458
                        'category_id' => '[A-Za-z0-9\-]+\=*'
5458
                        'category_id' => '[A-Za-z0-9\-]+\=*'
5459
                    ],
5459
                    ],
5460
                    'defaults' => [
5460
                    'defaults' => [