Routing
page_entretien
Matched route
Route Parameters
| Name | Value |
|---|---|
| entretien | "9255" |
Route Matching Logs
Path to match:
/decouvrir/entretien-auteur/9255
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_options | /api/{path} | Path does not match |
| 2 | site_reabo | /se-reabonner | Path does not match |
| 3 | site_abo-ope | /s-abonner/ope/{operation} | Path does not match |
| 4 | site_reabo-ope | /se-reabonner/ope/{operation} | Path does not match |
| 5 | site_abo | /s-abonner | Path does not match |
| 6 | page_abo_postpaiement | /page-et-sa-revue/paiement/{status} | Path does not match |
| 7 | api_login | /api/login | Path does not match |
| 8 | api_events | /api/events | Path does not match |
| 9 | api_import_badge | /api/badge-import | Path does not match |
| 10 | change_wish_to_heart | /user/change-wish-to-heart/{livre} | Path does not match |
| 11 | page_entretien | /decouvrir/entretien-auteur/{entretien} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.