Routing
reservation
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "33744" |
| town | "cavaillon" |
Route Matching Logs
Path to match:
/reservation/test-psychotechnique-cavaillon/33744
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | search_test_psychotechnique | /search-test-psychotechnique | Path does not match |
| 2 | 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.