Routing
homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_companies | /amministratore/aziende/ | Path does not match |
| 2 | admin_company_change_status | /amministratore/aziende/cambia-stato | Path does not match |
| 3 | admin_company_delete | /amministratore/aziende/elimina | Path does not match |
| 4 | admin_company_new | /amministratore/aziende/nuova | Path does not match |
| 5 | admin_company_sheet | /amministratore/aziende/scheda/{id} | Path does not match |
| 6 | admin_company_edit | /amministratore/aziende/scheda/{id}/modifica | Path does not match |
| 7 | admin_company_logo_delete | /amministratore/aziende/scheda/{id}/logo-elimina | Path does not match |
| 8 | admin_company_contact_delete | /amministratore/aziende/scheda/contatto/elimina | Path does not match |
| 9 | admin_company_license_change_status | /amministratore/aziende/scheda/licenze/cambia-stato | Path does not match |
| 10 | admin_company_license_delete | /amministratore/aziende/scheda/licenze/elimina | Path does not match |
| 11 | admin_company_staff_change_company_admin | /amministratore/aziende{companyId}/cambia-amministratore/{staffId} | Path does not match |
| 12 | admin_company_staff_delete | /amministratore/aziende/scheda/membro-staff/elimina | Path does not match |
| 13 | admin_company_staff_send_credentials | /amministratore/aziende/invia-credenziali | Path does not match |
| 14 | admin_index | /amministratore/ | Path does not match |
| 15 | admin_demo_requests | /amministratore/richieste-demo/ | Path does not match |
| 16 | admin_manage_demo_status | /amministratore/richieste-demo/gestione-richiesta-demo | Path does not match |
| 17 | admin_licenses | /amministratore/licenze/ | Path does not match |
| 18 | admin_license_change_status | /amministratore/licenze/cambia-stato | Path does not match |
| 19 | admin_license_delete | /amministratore/licenze/elimina | Path does not match |
| 20 | cookies | /cookie | Path does not match |
| 21 | cookie_accept | /cookie/accetta | Path does not match |
| 22 | cookie_deny | /cookie/rifiuta | Path does not match |
| 23 | cookie_update | /cookie/aggiorna | Path does not match |
| 24 | 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.