Routing
allTownPrice
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/trouvercentre
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | search_test_psychotechnique | /search-test-psychotechnique | Path does not match |
| 2 | reservation | /reservation/test-psychotechnique-{town}/{id} | Path does not match |
| 3 | newNeuroPatient | /new-neuro-patient | Path does not match |
| 4 | center_town_price_page | /prix-test-psychotechnique | Path does not match |
| 5 | allTownPrice | /trouvercentre | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.