Routing
reservation
Matched route
Route Parameters
Name | Value |
---|---|
id | "19036" |
town | "marolles" |
Route Matching Logs
Path to match:
/reservation/test-psychotechnique-marolles/19036
# | Route name | Path | Log |
---|---|---|---|
1 | appointment | /appointment | Path does not match |
2 | get_new_app_form | /rdv4 | Path does not match |
3 | appointmentsByOldUrl | /trouvercentre/article/{id}-test-psychotechnique-permis-{town} | Path does not match |
4 | appointmentUrlBuilder | /appointment/builder/url/{id}/{town}/{format} | Path does not match |
5 | search_test_psychotechnique | /search-test-psychotechnique | Path does not match |
6 | reservation | /reservation/test-psychotechnique-{town}/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.