Routing
dts
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "production-video" |
Route Matching Logs
Path to match:
/nos-services/details/production-video
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | index | /intro | Path does not match |
| 3 | homepage | / | Path does not match |
| 4 | app_contact | /contact | Path does not match |
| 5 | albums | /portfolio | Path does not match |
| 6 | album_portfolio | /portfolio/{id} | Path does not match |
| 7 | portfolio_albums | /portfolio/{serviceSlug}/{id} | Path does not match |
| 8 | new_reservation | /reservation | Path does not match |
| 9 | new_reservation_service | /reservation/{slug} | Path does not match |
| 10 | confirmation | /confirmation/{code} | Path does not match |
| 11 | valid_reservation | /reservation/valid/{code} | Path does not match |
| 12 | process_reservation | /reservation/process/{code}/{status} | Path does not match |
| 13 | app_login | /authentication/login | Path does not match |
| 14 | app_logout | /authentication/logout | Path does not match |
| 15 | nos_services | /notre-entreprise | Path does not match |
| 16 | details_service | /nos-services/{slug} | Path does not match |
| 17 | dts | /nos-services/details/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.