Routing
m.match.feuille
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "3274" |
Route Matching Logs
Path to match:
/m/match/feuille/3274
| # | 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 | / | Path does not match |
| 17 | contact | /contact | Path does not match |
| 18 | m.championnat | /m/championnats | Path does not match |
| 19 | m.championnat.show | /m/championnat/{id} | Path does not match |
| 20 | m.championnat.dayAjax | /m/championnat/day-ajax/{dayId} | Path does not match |
| 21 | m.championnat.toggleProno | /m/championnat/toggle-prono/{id} | Path does not match |
| 22 | m.championnat.day | /m/championnat/show-day/{id} | Path does not match |
| 23 | m.saison.create | /m/saison/archived | Path does not match |
| 24 | m.championnat.create | /m/championnats/create | Path does not match |
| 25 | m.championnat.setupgames | /m/championnat/day/{id}/game | Path does not match |
| 26 | m.championnat.gameBack | /m/championnat/day/{id}/retour | Path does not match |
| 27 | m.championnat.dayResult | /m/match/score/{id} | Path does not match |
| 28 | m.championnat.gameResult.v2 | /m/championnat/game-result-v2/{id} | Path does not match |
| 29 | m.championnat.gameEdit | /m/championnat/game/edit/{id} | Path does not match |
| 30 | m.match.feuille | /m/match/feuille/{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.