Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15355 Rev 15386
Línea 886... Línea 886...
886
                                    'route' => '/progress-for-capsule',
886
                                    'route' => '/progress-for-capsule',
887
                                    'defaults' => [
887
                                    'defaults' => [
888
                                        'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
888
                                        'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
889
                                        'action' => 'progressForCapsule'
889
                                        'action' => 'progressForCapsule'
890
                                    ]
890
                                    ]
-
 
891
                                ],
-
 
892
                                'may_terminate' => true,
-
 
893
                                'child_routes' => [
-
 
894
                                    'excel' => [
-
 
895
                                        'type' => Literal::class,
-
 
896
                                        'options' => [
-
 
897
                                            'route' => '/excel',
-
 
898
                                            'defaults' => [
-
 
899
                                                'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
-
 
900
                                                'action' => 'progressForCapsuleExcel'
-
 
901
                                            ]
-
 
902
                                        ]
-
 
903
                                    ],
-
 
904
                                ],    
-
 
905
                            ],
-
 
906
                            'progress-for-topic' => [
-
 
907
                                'type' => Literal::class,
-
 
908
                                'options' => [
-
 
909
                                    'route' => '/progress-for-topic',
-
 
910
                                    'defaults' => [
-
 
911
                                        'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
-
 
912
                                        'action' => 'progressForTopic'
-
 
913
                                    ]
-
 
914
                                ],
-
 
915
                                'may_terminate' => true,
-
 
916
                                'child_routes' => [
-
 
917
                                    'excel' => [
-
 
918
                                        'type' => Literal::class,
-
 
919
                                        'options' => [
-
 
920
                                            'route' => '/excel',
-
 
921
                                            'defaults' => [
-
 
922
                                                'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
-
 
923
                                                'action' => 'progressForTopicExcel'
-
 
924
                                            ]
-
 
925
                                        ]
-
 
926
                                    ],
-
 
927
                                ],
-
 
928
                            ],
-
 
929
                            'progress-for-student' => [
-
 
930
                                'type' => Literal::class,
-
 
931
                                'options' => [
-
 
932
                                    'route' => '/progress-for-student',
-
 
933
                                    'defaults' => [
-
 
934
                                        'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
-
 
935
                                        'action' => 'progressForStudent'
-
 
936
                                    ]
-
 
937
                                ],
-
 
938
                                'may_terminate' => true,
-
 
939
                                'child_routes' => [
-
 
940
                                    'excel' => [
-
 
941
                                        'type' => Literal::class,
-
 
942
                                        'options' => [
-
 
943
                                            'route' => '/excel',
-
 
944
                                            'defaults' => [
-
 
945
                                                'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
-
 
946
                                                'action' => 'progressForStudentExcel'
-
 
947
                                            ]
-
 
948
                                        ]
-
 
949
                                    ],
891
                                ]
950
                                ],
892
                            ],
951
                            ],
893
                            'comments-for-capsule' => [
952
                            'comments-for-capsule' => [
894
                                'type' => Literal::class,
953
                                'type' => Literal::class,
895
                                'options' => [
954
                                'options' => [
896
                                    'route' => '/comments-for-capsule',
955
                                    'route' => '/comments-for-capsule',