Routing
site_tournament_table
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/tournament_table
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login_check | /admin/api/login | Path does not match |
| 2 | admin_login | /admin/login | Path does not match |
| 3 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 4 | game_protocol_api_front_get | /game/{id}/protocol/front | Path does not match |
| 5 | game_protocol_api_reverse_get | /game/{id}/protocol/reverse | Path does not match |
| 6 | gesdinet_jwt_refresh_token | /admin/api/login/refresh | Path does not match |
| 7 | site_index | / | Path does not match |
| 8 | site_management_index | /management | Path does not match |
| 9 | site_club_index | /club | Path does not match |
| 10 | site_team_index | /team | Path does not match |
| 11 | site_logo_index | /logo | Path does not match |
| 12 | site_documents_index | /documents | Path does not match |
| 13 | site_player_inner | /player/{id} | Path does not match |
| 14 | site_coach_inner | /coach/{id} | Path does not match |
| 15 | site_personnel_inner | /personnel/{id} | Path does not match |
| 16 | site_calendar | /calendar | Path does not match |
| 17 | site_media_index | /media | Path does not match |
| 18 | site_news_inner | /news/{id} | Path does not match |
| 19 | site_photo_inner | /photo/{id} | Path does not match |
| 20 | site_video_inner | /video/{id} | Path does not match |
| 21 | site_game_inner | /game/{id} | Path does not match |
| 22 | site_game_protocol | /game/{id}/protocol | Path does not match |
| 23 | site_game_statistic | /game/{id}/statistic | Path does not match |
| 24 | site_game_media | /game/{id}/media | Path does not match |
| 25 | site_tournament_table | /tournament_table | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.