Routing
site
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | 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} | Path does not match |
| 12 | page_dossiers | /decouvrir/dossiers-thematiques | Path does not match |
| 13 | page_dossier | /decouvrir/dossier-thematique/{dossier} | Path does not match |
| 14 | page_list_ev | /decouvrir/ecrivains-voyageurs | Path does not match |
| 15 | page_libraire_focus | /libraire/{contact} | Path does not match |
| 16 | page_liste_libraire | /liste-libraire | Path does not match |
| 17 | page_livre | /livre/{slug} | Path does not match |
| 18 | page_poche | /les-livres-par-les-libraires/poche | Path does not match |
| 19 | page_genre | /les-livres-par-les-libraires/{slug} | Path does not match |
| 20 | page_envie | /envie-de-{slug}/{envie} | Path does not match |
| 21 | page_jeupp | /jeu-pp/{slug} | Path does not match |
| 22 | page_prix | /prix/{slug} | Path does not match |
| 23 | page_prix_vote | /prix/vote/{slug}/{token} | Path does not match |
| 24 | page_prix_vote_livre | /prix/vote-livre/{idLivre}/{token} | Path does not match |
| 25 | page_prix_unvote_livre | /prix/annule-vote-livre/{idLivre}/{token} | Path does not match |
| 26 | add_wish | /ajax/addwish/{livre} | Path does not match |
| 27 | add_coupcoeur | /ajax/add-coup-coeur/{livre} | Path does not match |
| 28 | add_coupcoeur_reco | /ajax/add-coup-coeur-recommandation/{livre} | Path does not match |
| 29 | site | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.