Routing
championnat.game
Matched route
Route Parameters
| Name | Value |
|---|---|
| slugGame | "usac-vs-golden-lion-bb-972-j14-52" |
Route Matching Logs
Path to match:
/championnat/match/usac-vs-golden-lion-bb-972-j14-52
| # | 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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.