Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | account | /mon-compte | Path does not match |
| 2 | account.update | /mon-compte/update | Path does not match |
| 3 | account.link_license | /mon-compte/lier-licence | Path does not match |
| 4 | account.player_profile | /mon-profil-joueur | Path does not match |
| 5 | championnats | /championnats | Path does not match |
| 6 | championnat.game | /championnat/match/{slugGame} | Path does not match |
| 7 | championnat.dayAjax | /championnat/dayAjax | Path does not match |
| 8 | championnat.update.score.json | /championnat/json/game/update-score | Path does not match |
| 9 | championnat | /championnat/{slugligue}/{slugcat}/{slugday} | Path does not match |
| 10 | championnat_day | /championnat/{slugligue}/{slugcat}/journee/{slugday} | Path does not match |
| 11 | m.championnat.gameResult | /m/championnat/game-result/{id} | Path does not match |
| 12 | m.create.championnat | /m/championnat/create-champ | Path does not match |
| 13 | m.create.championnat.day | /m/championnat/create-champ/day/{id} | Path does not match |
| 14 | club_legacy | /{slugligue}/club/{slugClub}/{catSlug} | Path does not match |
| 15 | club | /club/{slugligue}/{slugClub}/{catSlug} | Path does not match |
| 16 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.