Routing
account_creation
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/mon-compte/initialisation
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.