Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_clients | /amministratore/clienti/ | Path does not match |
| 2 | admin_client_change_status | /amministratore/clienti/cambia-stato | Path does not match |
| 3 | admin_consultants | /amministratore/consulenti/ | Path does not match |
| 4 | admin_consultant_new | /amministratore/consulenti/nuovo | Path does not match |
| 5 | admin_consultant_delete | /amministratore/consulenti/elimina | Path does not match |
| 6 | admin_consultant_sheet | /amministratore/consulenti/{id}/scheda | Path does not match |
| 7 | admin_consultant_edit | /amministratore/consulenti/{id}/modifica | Path does not match |
| 8 | admin_consultant_change_status | /amministratore/consulenti/cambia-stato | Path does not match |
| 9 | admin_consultant_send_credentials | /amministratore/consulenti/invia-credenziali | Path does not match |
| 10 | admin_consultant_license_new | /amministratore/consulenti/{id}/licenza/nuova | Path does not match |
| 11 | admin_consultant_license_edit | /amministratore/consulenti/{id}/licenza/{licenseId}/modifica | Path does not match |
| 12 | admin_index | /amministratore/ | Path does not match |
| 13 | admin_cost_types | /amministratore/tipo-costo/ | Path does not match |
| 14 | admin_cost_type_change_status | /amministratore/tipo-costo/cambia-stato | Path does not match |
| 15 | admin_cost_type_delete | /amministratore/tipo-costo/elimina | Path does not match |
| 16 | client_select | /cliente/seleziona | Path does not match |
| 17 | client_settings | /cliente/impostazioni | Path does not match |
| 18 | client_index | /cliente/ | Path does not match |
| 19 | client_index_select_year | /cliente/seleziona-anno | Path does not match |
| 20 | client_sheet | /cliente/dati-aziendali | Path does not match |
| 21 | client_edit_company | /cliente/modifica/azienda | Path does not match |
| 22 | client_referent_delete | /cliente/referente/elimina | Path does not match |
| 23 | client_cost_delete | /cliente/costo/elimina | Path does not match |
| 24 | client_jtyc_change_status | /cliente/costo-annuo/cambia-stato/{id} | Path does not match |
| 25 | client_jtyc_delete | /cliente/costo-annuo/elimina | Path does not match |
| 26 | year_real_revenue_delete | /cliente/fatturato-reale/elimina | Path does not match |
| 27 | client_print_costs | /cliente/scheda/stampa/riepilogo-costi-anno-fiscale | Path does not match |
| 28 | client_print_bep | /cliente/scheda/stampa/calcolo-bep-anno-fiscale | Path does not match |
| 29 | consultant_clients | /consulente/clienti/ | Path does not match |
| 30 | consultant_client_new_company | /consulente/clienti/nuovo/azienda | Path does not match |
| 31 | consultant_client_new_license | /consulente/clienti/nuovo/licenza | Path does not match |
| 32 | consultant_client_new_user | /consulente/clienti/nuovo/utente | Path does not match |
| 33 | consultant_company_sheet | /consulente/clienti/{id}/azienda | Path does not match |
| 34 | consultant_client_send_credentials | /consulente/clienti/invia-credenziali | Path does not match |
| 35 | consultant_client_referent_delete | /consulente/clienti/referente/elimina | Path does not match |
| 36 | consultant_client_cost_delete | /consulente/clienti/nuovo/elimina | Path does not match |
| 37 | consultant_client_jtyc_change_status | /consulente/clienti/costo-annuo/cambia-stato/{id} | Path does not match |
| 38 | consultant_client_jtyc_delete | /consulente/clienti/costo-annuo/elimina | Path does not match |
| 39 | consultant_year_real_revenue_delete | /consulente/clienti/fatturato-reale/elimina | Path does not match |
| 40 | consultant_client_index_select_year | /consulente/clienti/{id}/bep/seleziona-anno | Path does not match |
| 41 | consultant_client_edit_company | /consulente/clienti/{id}/modifica/azienda | Path does not match |
| 42 | consultant_client_edit_license | /consulente/clienti/{id}/licenza/{licenseId}/modifica | Path does not match |
| 43 | consultant_company_delete | /consulente/clienti/elimina | Path does not match |
| 44 | consultant_client_print_costs | /consulente/clienti/{id}/scheda/stampa/riepilogo-costi-anno-fiscale | Path does not match |
| 45 | consultant_client_print_bep | /consulente/clienti/{id}/scheda/stampa/calcolo-bep-anno-fiscale | Path does not match |
| 46 | consultant_login | /consulente/accedi | Path does not match |
| 47 | consultant_select | /consulente/seleziona/{id} | Path does not match |
| 48 | consultant_index | /consulente/ | Path does not match |
| 49 | consultant_settings | /consulente/impostazioni | Path does not match |
| 50 | consultant_profile | /consulente/profilo | Path does not match |
| 51 | homepage | / | Path does not match |
| 52 | homepage_sub | /homepage_sub/{section} | Path does not match |
| 53 | help | /aiuto | Path does not match |
| 54 | 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.