Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17028 Rev 17185
Línea 1564... Línea 1564...
1564
                                            'defaults' => [
1564
                                            'defaults' => [
1565
                                                'controller' => '\LeadersLinked\Controller\MicrolearningTopicController',
1565
                                                'controller' => '\LeadersLinked\Controller\MicrolearningTopicController',
1566
                                                'action' => 'delete'
1566
                                                'action' => 'delete'
1567
                                            ]
1567
                                            ]
1568
                                        ]
1568
                                        ]
1569
                                    ]
1569
                                    ],
-
 
1570
                                    'users' => [
-
 
1571
                                        'type' => Segment::class,
-
 
1572
                                        'options' => [
-
 
1573
                                            'route' => '/users/id/:topic_uuid/type/:type',
-
 
1574
                                            'constraints' => [
-
 
1575
                                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
1576
                                                'type' => 'all|active',
-
 
1577
                                            ],
-
 
1578
                                            'defaults' => [
-
 
1579
                                                'controller' => '\LeadersLinked\Controller\MicrolearningTopicController',
-
 
1580
                                                'action' => 'users'
-
 
1581
                                            ]
-
 
1582
                                        ]
-
 
1583
                                    ],
1570
                                ]
1584
                                ]
1571
                            ],
1585
                            ],
1572
                            'capsules' => [
1586
                            'capsules' => [
1573
                                'type' => Literal::class,
1587
                                'type' => Literal::class,
1574
                                'options' => [
1588
                                'options' => [
Línea 1614... Línea 1628...
1614
                                            'defaults' => [
1628
                                            'defaults' => [
1615
                                                'controller' => '\LeadersLinked\Controller\MicrolearningCapsuleController',
1629
                                                'controller' => '\LeadersLinked\Controller\MicrolearningCapsuleController',
1616
                                                'action' => 'delete'
1630
                                                'action' => 'delete'
1617
                                            ]
1631
                                            ]
1618
                                        ]
1632
                                        ]
1619
                                    ],
1633
                                    ]
1620
                                    'users' => [
-
 
1621
                                        'type' => Segment::class,
-
 
1622
                                        'options' => [
-
 
1623
                                            'route' => '/users/id/:capsule_uuid/type/:type',
-
 
1624
                                            'constraints' => [
-
 
1625
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
1626
                                                'type' => 'all|active',
-
 
1627
                                            ],
-
 
1628
                                            'defaults' => [
-
 
1629
                                                'controller' => '\LeadersLinked\Controller\MicrolearningCapsuleController',
-
 
1630
                                                'action' => 'users'
-
 
1631
                                            ]
-
 
1632
                                        ]
-
 
1633
                                    ],
-
 
1634
                                ]
1634
                                ]
1635
                            ],
1635
                            ],
1636
                            'slides' => [
1636
                            'slides' => [
1637
                                'type' => Literal::class,
1637
                                'type' => Literal::class,
1638
                                'options' => [
1638
                                'options' => [