Routing
appointmentUrlBuilder
Matched route
Route Parameters
Name | Value |
---|---|
format | "10001" |
id | "19036" |
town | "default" |
Route Redirection
This page redirects to:
/reservation/test-psychotechnique-marolles/19036
(route: "n/a")
Route Matching Logs
Path to match:
/appointment/builder/url/19036/default/10001
# | 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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.