Routing
dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | consumption_watering_tips_form | /consommation/mes-conseils-arrosage/formulaire | Path does not match |
| 2 | consumption_watering_tips | /consommation/mes-conseils-arrosage | Path does not match |
| 3 | consumption_watering_tips_removal | /consommation/mes-conseils-arrosage/desactiver | Path does not match |
| 4 | account_creation | /mon-compte/initialisation | Path does not match |
| 5 | account_creation_step2 | /mon-compte/finalisation/{passwordCreationToken} | Path does not match |
| 6 | account_update | /mon-compte/mise-a-jour | Path does not match |
| 7 | account_lost_email | /mon-compte/email/oublie | Path does not match |
| 8 | account_update_email | /mon-compte/email/mise-a-jour | Path does not match |
| 9 | account_validate_email | /mon-compte/email/validation/{passwordCreationToken} | Path does not match |
| 10 | account_lost_password | /mon-compte/mot-de-passe/oublie | Path does not match |
| 11 | account_password_update | /mon-compte/mot-de-passe/mise-a-jour/{passwordCreationToken} | Path does not match |
| 12 | account_lost_activation | /mon-compte/activation/perdue | Path does not match |
| 13 | consumption | /consommation/ | Path does not match |
| 14 | consumption_monthly_statements | /consommation/releves-mensuels | Path does not match |
| 15 | consumption_showContractList | /consommation/{contractTypeId} | Path does not match |
| 16 | consumption_showContractPost | /consommation/poste/{postId}/contrat/{contractNumber} | Path does not match |
| 17 | contacts | /contact/ | Path does not match |
| 18 | create_contact | /contact/creation | Path does not match |
| 19 | edit_contact | /contact/edition/{contactId} | Path does not match |
| 20 | delete_contact | /contact/supression/{contactId} | Path does not match |
| 21 | contact_sheets_management | /fiche-contact/gestion | Path does not match |
| 22 | contact_sheets_edit | /fiche-contact/edition/{id} | Path does not match |
| 23 | contact_sheets_new | /fiche-contact/creation/{deliveryStationId}/{contractNumber} | Path does not match |
| 24 | our_coordinates | /nos-coordonnees | Path does not match |
| 25 | list_contract_activities | /contrats/activites | Path does not match |
| 26 | display_contract_type | /contrats/type/{contractTypeId} | Path does not match |
| 27 | display_contract | /contrats/{contractNumber} | Path does not match |
| 28 | dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.