Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | pentatrion_vite_build_proxy | /build/{path} | Path does not match |
| 3 | _profiler_vite | /_profiler/vite | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | archivo_download | /download/{uuid} | Path does not match |
| 19 | app_dashboard | / | Path does not match |
| 20 | admin_empresa_index | /admin/empresas | Path does not match |
| 21 | admin_empresa_show | /admin/empresas/{id}/show | Path does not match |
| 22 | admin_empresa_logo | /admin/empresas/{id}/logo | Path does not match |
| 23 | admin_empresa_logo_delete | /admin/empresas/{id}/logo | Path does not match |
| 24 | admin_empresa_logo_atributos | /admin/empresas/{id}/logo/atributos | Path does not match |
| 25 | admin_empresa_toggle_status | /admin/empresas/{id}/toggle-status | Path does not match |
| 26 | app_select_empresa | /select-empresa | Path does not match |
| 27 | app_api_favoritos_empresa_toggle | /api/user/favoritos-empresa/toggle | Path does not match |
| 28 | app_set_empresa | /set-empresa/{id} | Path does not match |
| 29 | app_set_holding | /set-holding/{id} | Path does not match |
| 30 | app_cambiar_empresa | /cambiar-empresa | Path does not match |
| 31 | empresa_user_index | /empresa/usuarios | Path does not match |
| 32 | empresa_user_new | /empresa/usuarios/new | Path does not match |
| 33 | empresa_user_edit | /empresa/usuarios/{id}/edit | Path does not match |
| 34 | empresa_user_toggle_status | /empresa/usuarios/{id}/toggle-status | Path does not match |
| 35 | app_force_change_password | /change-password-required | Path does not match |
| 36 | app_impersonate_list | /admin/impersonate | Path does not match |
| 37 | app_impersonate_start | /admin/impersonate/start/{id} | Path does not match |
| 38 | app_impersonate_exit | /admin/impersonate/exit | Path does not match |
| 39 | app_licencias | /licencias | Path does not match |
| 40 | app_licencias_tabla | /licencias/tabla | Path does not match |
| 41 | app_licencia_show | /licencias/{id} | Path does not match |
| 42 | app_licencia_upload_documento | /licencias/{id}/documentos | Path does not match |
| 43 | app_licencia_detalle | /licencias/{id}/detalle | Path does not match |
| 44 | app_licencia_tramitar | /licencias/{id}/tramitar | Path does not match |
| 45 | app_licencia_tramitar_submit | /licencias/{id}/tramitar | Path does not match |
| 46 | app_licencia_guardar_borrador | /licencias/{id}/tramitar/borrador | Path does not match |
| 47 | app_licencia_rechazar | /licencias/{id}/rechazar | Path does not match |
| 48 | app_licencia_rechazar_submit | /licencias/{id}/rechazar | Path does not match |
| 49 | app_licencia_actualizar | /licencias/{id}/actualizar | Path does not match |
| 50 | app_licencias_sincronizar | /licencias/sincronizar | Path does not match |
| 51 | app_licencias_salesforce_buscar | /licencias/salesforce/buscar | Path does not match |
| 52 | app_licencias_salesforce_health | /licencias/salesforce/health | Path does not match |
| 53 | app_licencia_upload_adjunto | /licencias/{id}/upload-adjunto | Path does not match |
| 54 | app_licencia_delete_adjunto | /licencias/{id}/adjunto/{archivoId} | Path does not match |
| 55 | app_mi_perfil_modal | /mi-perfil | Path does not match |
| 56 | app_mi_perfil_header_fragment | /mi-perfil/header-fragment | Path does not match |
| 57 | app_mi_perfil_avatar | /mi-perfil/avatar | Path does not match |
| 58 | app_mi_perfil_avatar_delete | /mi-perfil/avatar | Path does not match |
| 59 | app_mi_perfil_avatar_atributos | /mi-perfil/avatar/atributos | Path does not match |
| 60 | app_reportes | /reportes | Path does not match |
| 61 | app_reportes_descargar | /reportes/{key}/descargar | Path does not match |
| 62 | app_reportes_toggle_sandbox | /reportes/toggle-sandbox | Path does not match |
| 63 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.