Línea 220... |
Línea 220... |
220 |
],
|
220 |
],
|
221 |
],
|
221 |
],
|
222 |
],
|
222 |
],
|
223 |
]
|
223 |
]
|
224 |
],
|
224 |
],
|
- |
|
225 |
//85a6de9c-c81e-4e47-b931-4cc32774defa
|
- |
|
226 |
'shorter' => [
|
- |
|
227 |
'type' => Segment::class,
|
- |
|
228 |
'options' => [
|
- |
|
229 |
'route' => '/shorter/:code',
|
- |
|
230 |
'constraints' => [
|
- |
|
231 |
'code' => '[A-Za-z0-9\-]+\=*',
|
- |
|
232 |
],
|
- |
|
233 |
'defaults' => [
|
- |
|
234 |
'controller' => '\LeadersLinked\Controller\ShorterController',
|
- |
|
235 |
'action' => 'index'
|
- |
|
236 |
]
|
- |
|
237 |
],
|
- |
|
238 |
'may_terminate' => true,
|
- |
|
239 |
'child_routes' => [
|
- |
|
240 |
'generate' => [
|
- |
|
241 |
'type' => Segment::class,
|
- |
|
242 |
'options' => [
|
- |
|
243 |
'route' => '/generate/:type',
|
- |
|
244 |
'constraints' => [
|
- |
|
245 |
'type' => 'feed|post',
|
- |
|
246 |
|
- |
|
247 |
],
|
- |
|
248 |
'defaults' => [
|
- |
|
249 |
'controller' => '\LeadersLinked\Controller\ShorterController',
|
- |
|
250 |
'action' => 'generate'
|
- |
|
251 |
]
|
- |
|
252 |
]
|
- |
|
253 |
],
|
- |
|
254 |
]
|
- |
|
255 |
|
- |
|
256 |
],
|
- |
|
257 |
|
225 |
'reset-password' => [
|
258 |
'reset-password' => [
|
226 |
'type' => Segment::class,
|
259 |
'type' => Segment::class,
|
227 |
'options' => [
|
260 |
'options' => [
|
228 |
'route' => '/reset-password/:code',
|
261 |
'route' => '/reset-password/:code',
|
229 |
'constraints' => [
|
262 |
'constraints' => [
|
Línea 2991... |
Línea 3024... |
2991 |
\LeadersLinked\Controller\ProfileMicrolearningController::class => \LeadersLinked\Factory\Controller\ProfileMicrolearningControllerFactory::class,
|
3024 |
\LeadersLinked\Controller\ProfileMicrolearningController::class => \LeadersLinked\Factory\Controller\ProfileMicrolearningControllerFactory::class,
|
2992 |
\LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
|
3025 |
\LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
|
2993 |
\LeadersLinked\Controller\PerformanceEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationControllerFactory::class,
|
3026 |
\LeadersLinked\Controller\PerformanceEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationControllerFactory::class,
|
2994 |
\LeadersLinked\Controller\MyProfilesController::class => \LeadersLinked\Factory\Controller\MyProfilesControllerFactory::class,
|
3027 |
\LeadersLinked\Controller\MyProfilesController::class => \LeadersLinked\Factory\Controller\MyProfilesControllerFactory::class,
|
2995 |
\LeadersLinked\Controller\SearchController::class => \LeadersLinked\Factory\Controller\SearchControllerFactory::class,
|
3028 |
\LeadersLinked\Controller\SearchController::class => \LeadersLinked\Factory\Controller\SearchControllerFactory::class,
|
- |
|
3029 |
\LeadersLinked\Controller\ShorterController::class => \LeadersLinked\Factory\Controller\ShorterControllerFactory::class,
|
2996 |
\LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
|
3030 |
\LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
|
2997 |
\LeadersLinked\Controller\StorageNetworkController::class => \LeadersLinked\Factory\Controller\StorageNetworkControllerFactory::class,
|
3031 |
\LeadersLinked\Controller\StorageNetworkController::class => \LeadersLinked\Factory\Controller\StorageNetworkControllerFactory::class,
|
2998 |
\LeadersLinked\Controller\ServiceController::class => \LeadersLinked\Factory\Controller\ServiceControllerFactory::class,
|
3032 |
\LeadersLinked\Controller\ServiceController::class => \LeadersLinked\Factory\Controller\ServiceControllerFactory::class,
|
2999 |
\LeadersLinked\Controller\ServiceCapsuleCommentsController::class => \LeadersLinked\Factory\Controller\ServiceCapsuleCommentsControllerFactory::class,
|
3033 |
\LeadersLinked\Controller\ServiceCapsuleCommentsController::class => \LeadersLinked\Factory\Controller\ServiceCapsuleCommentsControllerFactory::class,
|
Línea 3029... |
Línea 3063... |
3029 |
'\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
|
3063 |
'\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
|
3030 |
'\LeadersLinked\Controller\StorageNetworkController' => \LeadersLinked\Controller\StorageNetworkController::class,
|
3064 |
'\LeadersLinked\Controller\StorageNetworkController' => \LeadersLinked\Controller\StorageNetworkController::class,
|
3031 |
'\LeadersLinked\Controller\OauthController' => \LeadersLinked\Controller\OauthController::class,
|
3065 |
'\LeadersLinked\Controller\OauthController' => \LeadersLinked\Controller\OauthController::class,
|
3032 |
'\LeadersLinked\Controller\ServiceController' => \LeadersLinked\Controller\ServiceController::class,
|
3066 |
'\LeadersLinked\Controller\ServiceController' => \LeadersLinked\Controller\ServiceController::class,
|
3033 |
'\LeadersLinked\Controller\ServiceCapsuleCommentsController' => \LeadersLinked\Controller\ServiceCapsuleCommentsController::class,
|
3067 |
'\LeadersLinked\Controller\ServiceCapsuleCommentsController' => \LeadersLinked\Controller\ServiceCapsuleCommentsController::class,
|
- |
|
3068 |
'\LeadersLinked\Controller\ShorterController' => \LeadersLinked\Controller\ShorterController::class,
|
3034 |
'\LeadersLinked\Controller\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
|
3069 |
'\LeadersLinked\Controller\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
|
3035 |
'\LeadersLinked\Controller\PerformanceEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationController::class,
|
3070 |
'\LeadersLinked\Controller\PerformanceEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationController::class,
|
3036 |
]
|
3071 |
]
|
3037 |
],
|
3072 |
],
|
3038 |
'laminas-cli' => [
|
3073 |
'laminas-cli' => [
|