Routing
championnat.game
Matched route
Route Parameters
| Name | Value |
|---|---|
| slugGame | "asc-roukou-vs-matoury-88-973-j18-86" |
Route Matching Logs
Path to match:
/championnat/match/asc-roukou-vs-matoury-88-973-j18-86
| # | 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.