Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15831 Rev 16180
Línea 2720... Línea 2720...
2720
                                                'controller' =>  '\LeadersLinked\Controller\MyCoachCategoryUserController',
2720
                                                'controller' =>  '\LeadersLinked\Controller\MyCoachCategoryUserController',
2721
                                                'action' => 'upload'
2721
                                                'action' => 'upload'
2722
                                            ]
2722
                                            ]
2723
                                        ]
2723
                                        ]
2724
                                    ],
2724
                                    ],
2725
                                ]    
2725
                                ]
2726
                            ],
2726
                            ],
2727
                           
2727
 
2728
                        ]
2728
                        ]
2729
                    ],
2729
                    ],
2730
                ]
2730
                ]
2731
            ],
2731
            ],
Línea 5661... Línea 5661...
5661
                                'controller' => '\LeadersLinked\Controller\ChatController',
5661
                                'controller' => '\LeadersLinked\Controller\ChatController',
5662
                                'action' => 'createGroup',
5662
                                'action' => 'createGroup',
5663
                            ],
5663
                            ],
5664
                        ],
5664
                        ],
5665
                    ],
5665
                    ],
-
 
5666
                    'zoom' => [
-
 
5667
                        'type' => Segment::class,
-
 
5668
                        'options' => [
-
 
5669
                            'route' => '/zoom/:id',
-
 
5670
                            'constraints' => [
-
 
5671
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
5672
                            ],
-
 
5673
                            'defaults' => [
-
 
5674
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
5675
                                'action' => 'zoom',
-
 
5676
                            ],
-
 
5677
                        ],
-
 
5678
                    ],
5666
                    'add-user-to-group' => [
5679
                    'add-user-to-group' => [
5667
                        'type' => Segment::class,
5680
                        'type' => Segment::class,
5668
                        'options' => [
5681
                        'options' => [
5669
                            'route' => '/add-user-to-group/:group_id',
5682
                            'route' => '/add-user-to-group/:group_id',
5670
                            'constraints' => [
5683
                            'constraints' => [
Línea 7044... Línea 7057...
7044
 
7057
 
7045
 
7058
 
7046
            \LeadersLinked\Controller\MyCoachController::Class  => \LeadersLinked\Factory\Controller\MyCoachControllerFactory::class,
7059
            \LeadersLinked\Controller\MyCoachController::Class  => \LeadersLinked\Factory\Controller\MyCoachControllerFactory::class,
7047
            \LeadersLinked\Controller\MyCoachCategoryController::class  => \LeadersLinked\Factory\Controller\MyCoachCategoryControllerFactory::class,
7060
            \LeadersLinked\Controller\MyCoachCategoryController::class  => \LeadersLinked\Factory\Controller\MyCoachCategoryControllerFactory::class,
7048
            \LeadersLinked\Controller\MyCoachCategoryUserController::class  => \LeadersLinked\Factory\Controller\MyCoachCategoryUserControllerFactory::class,
7061
            \LeadersLinked\Controller\MyCoachCategoryUserController::class  => \LeadersLinked\Factory\Controller\MyCoachCategoryUserControllerFactory::class,
Línea 7049... Línea 7062...
7049
            
7062
 
7050
            \LeadersLinked\Controller\UserRequestAccessController::class  => \LeadersLinked\Factory\Controller\UserRequestAccessControllerFactory::class,
7063
            \LeadersLinked\Controller\UserRequestAccessController::class  => \LeadersLinked\Factory\Controller\UserRequestAccessControllerFactory::class,
Línea 7173... Línea 7186...
7173
            '\LeadersLinked\Controller\DailyPulseReportsController' => \LeadersLinked\Controller\DailyPulseReportsController::class,
7186
            '\LeadersLinked\Controller\DailyPulseReportsController' => \LeadersLinked\Controller\DailyPulseReportsController::class,
Línea 7174... Línea 7187...
7174
 
7187
 
7175
            '\LeadersLinked\Controller\MyCoachController' => \LeadersLinked\Controller\MyCoachController::class,
7188
            '\LeadersLinked\Controller\MyCoachController' => \LeadersLinked\Controller\MyCoachController::class,
7176
            '\LeadersLinked\Controller\MyCoachCategoryController' => \LeadersLinked\Controller\MyCoachCategoryController::class,
7189
            '\LeadersLinked\Controller\MyCoachCategoryController' => \LeadersLinked\Controller\MyCoachCategoryController::class,
7177
            '\LeadersLinked\Controller\MyCoachCategoryUserController' => \LeadersLinked\Controller\MyCoachCategoryUserController::class,
7190
            '\LeadersLinked\Controller\MyCoachCategoryUserController' => \LeadersLinked\Controller\MyCoachCategoryUserController::class,
7178
            
7191
 
Línea 7179... Línea 7192...
7179
            '\LeadersLinked\Controller\UserRequestAccessController' => \LeadersLinked\Controller\UserRequestAccessController::Class,
7192
            '\LeadersLinked\Controller\UserRequestAccessController' => \LeadersLinked\Controller\UserRequestAccessController::Class,
7180
 
7193
 
7181
        ]
7194
        ]