Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1979 Rev 2004
Línea 2673... Línea 2673...
2673
                                'controller' => '\LeadersLinked\Controller\ServiceController',
2673
                                'controller' => '\LeadersLinked\Controller\ServiceController',
2674
                                'action' => 'signout'
2674
                                'action' => 'signout'
2675
                            ]
2675
                            ]
2676
                        ]
2676
                        ]
2677
                    ],
2677
                    ],
2678
                    /* 'signup' => [
-
 
2679
                      'type' => Literal::class,
-
 
2680
                      'options' => [
-
 
2681
                      'route' => '/signup',
-
 
2682
                      'defaults' => [
-
 
2683
                      'controller' => '\LeadersLinked\Controller\ServiceController',
-
 
2684
                      'action' => 'signup'
-
 
2685
                      ]
-
 
2686
                      ]
-
 
2687
                      ],
-
 
2688
                      'activate-account' => [
-
 
2689
                      'type' => Literal::class,
-
 
2690
                      'options' => [
-
 
2691
                      'route' => '/activate-account',
-
 
2692
                      'defaults' => [
-
 
2693
                      'controller' => '\LeadersLinked\Controller\ServiceController',
-
 
2694
                      'action' => 'activateAccount'
-
 
2695
                      ]
-
 
2696
                      ]
-
 
2697
                      ],
-
 
2698
                      'forgot-password' => [
-
 
2699
                      'type' => Literal::class,
-
 
2700
                      'options' => [
-
 
2701
                      'route' => '/forgot-password',
-
 
2702
                      'defaults' => [
-
 
2703
                      'controller' => '\LeadersLinked\Controller\ServiceController',
-
 
2704
                      'action' => 'forgotPassword'
-
 
2705
                      ]
-
 
2706
                      ]
-
 
2707
                      ],
-
 
2708
                      'reset-password' => [
-
 
2709
                      'type' => Literal::class,
-
 
2710
                      'options' => [
-
 
2711
                      'route' => '/reset-password',
-
 
2712
                      'defaults' => [
-
 
2713
                      'controller' => '\LeadersLinked\Controller\ServiceController',
-
 
2714
                      'action' => 'resetPassword'
-
 
2715
                      ]
-
 
2716
                      ]
-
 
2717
                      ], */
-
 
2718
                    'sync' => [
2678
                    'sync' => [
2719
                        'type' => Literal::class,
2679
                        'type' => Literal::class,
2720
                        'options' => [
2680
                        'options' => [
2721
                            'route' => '/sync',
2681
                            'route' => '/sync',
2722
                            'defaults' => [
2682
                            'defaults' => [
Línea 2733... Línea 2693...
2733
                                'controller' => '\LeadersLinked\Controller\ServiceController',
2693
                                'controller' => '\LeadersLinked\Controller\ServiceController',
2734
                                'action' => 'syncBatch'
2694
                                'action' => 'syncBatch'
2735
                            ]
2695
                            ]
2736
                        ]
2696
                        ]
2737
                    ],
2697
                    ],
-
 
2698
                    'delete-account' => [
-
 
2699
                        'type' => Literal::class,
-
 
2700
                        'options' => [
-
 
2701
                            'route' => '/delete-account',
-
 
2702
                            'defaults' => [
-
 
2703
                                'controller' => '\LeadersLinked\Controller\ServiceController',
-
 
2704
                                'action' => 'deleteAccount'
-
 
2705
                            ]
-
 
2706
                        ]
-
 
2707
                    ],
2738
                    'microlearning' => [
2708
                    'microlearning' => [
2739
                        'type' => Literal::class,
2709
                        'type' => Literal::class,
2740
                        'options' => [
2710
                        'options' => [
2741
                            'route' => '/microlearning',
2711
                            'route' => '/microlearning',
2742
                            'defaults' => [
2712
                            'defaults' => [