Routing
homepage
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_lista_departamentos | /admin/departamentos | Path does not match |
| 2 | admin_editar_departamentos | /admin/departamentos/editar/{id} | Path does not match |
| 3 | admin_activar_departamentos | /admin/departamentos/activar/{id} | Path does not match |
| 4 | admin_desactivar_departamentos | /admin/departamentos/desactivar/{id} | Path does not match |
| 5 | gestion | /admin | Path does not match |
| 6 | admin_passkey_revocar | /admin/usuarios/{id}/passkeys/{passkeyId}/revocar | Path does not match |
| 7 | admin_passkey_revocar_todas | /admin/usuarios/{id}/passkeys/revocar-todas | Path does not match |
| 8 | admin_translate | /admin/traducciones | Path does not match |
| 9 | admin_translate_save | /admin/traducciones_save | Path does not match |
| 10 | admin_tsys | /admin/configuracion | Path does not match |
| 11 | lista_usuarios | /admin/usuarios | Path does not match |
| 12 | editar_usuario | /admin/usuarios/editar/{id} | Path does not match |
| 13 | activar_usuario | /admin/usuarios/activar/{id} | Path does not match |
| 14 | desactivar_usuario | /admin/usuarios/desactivar/{id} | Path does not match |
| 15 | generar_token_acceso | /admin/usuarios/generar-token/{id} | Path does not match |
| 16 | borrar_token_acceso | /admin/usuarios/borrar-token/{id} | Path does not match |
| 17 | enviar_token_acceso | /admin/usuarios/enviar-token/{id} | Path does not match |
| 18 | generar_token_acceso_activos | /admin/usuarios/activos/generar-token | Path does not match |
| 19 | enviar_token_acceso_activos | /admin/usuarios/activos/enviar-token | Path does not match |
| 20 | admin_usuario_to_horario | /admin/usuarios/horario/{id} | Path does not match |
| 21 | admin_usuario_to_fichajes | /admin/usuarios/fichajes/{id} | Path does not match |
| 22 | check_username | /admin/usuarios/check-username | Path does not match |
| 23 | api_nieges_crear_usuario | /api/nieges/usuario/crear | Path does not match |
| 24 | api_nieges_actualizar_usuario | /api/nieges/usuario/actualizar | Path does not match |
| 25 | api_nieges_activar_usuario | /api/nieges/usuario/activar | Path does not match |
| 26 | api_nieges_desactivar_usuario | /api/nieges/usuario/desactivar | Path does not match |
| 27 | api_licencias_usuarios_activos | /api/licencias/usuarios-activos | Path does not match |
| 28 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.