Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | api_login | /api/login | Path does not match |
| 17 | api_validate | /api/validate-token | Path does not match |
| 18 | api_cities | /api/cities | Path does not match |
| 19 | api_clubs | /api/clubs | Path does not match |
| 20 | api_club_create | /api/register/club | Path does not match |
| 21 | api_club_self | /api/club | Path does not match |
| 22 | api_club | /api/club/{id} | Path does not match |
| 23 | api_club_cities | /api/clubs/cities | Path does not match |
| 24 | api_club_courts | /api/club/{id}/courts/{date} | Path does not match |
| 25 | api_club_courts_list | /api/club/{id}/timeslots/{date} | Path does not match |
| 26 | api_matches | /api/public/matches | Path does not match |
| 27 | api_match_create | /api/match/create | Path does not match |
| 28 | api_match_join | /api/match/{id}/join | Path does not match |
| 29 | api_match_leave | /api/match/{id}/leave | Path does not match |
| 30 | api_match | /api/public/match/{id} | Path does not match |
| 31 | api_reservation_confirm | /api/reservation/{id}/confirm | Path does not match |
| 32 | api_reservation_cancel | /api/reservation/{id}/cancel | Path does not match |
| 33 | api_court_reservations | /api/court/{courtId}/reservations | Path does not match |
| 34 | api_court_available_slots | /api/court/{courtId}/available-slots | Path does not match |
| 35 | api_match_result | /api/match/{id}/result | Path does not match |
| 36 | api_match_result_create | /api/match/{id}/result | Path does not match |
| 37 | api_match_result_update | /api/match/{id}/result | Path does not match |
| 38 | api_match_result_confirm | /api/match/{id}/result/confirm | Path does not match |
| 39 | api_match_result_delete | /api/match/{id}/result | Path does not match |
| 40 | api_players | /api/players | Path does not match |
| 41 | api_player_create | /api/register/player | Path does not match |
| 42 | api_player_self | /api/player | Path does not match |
| 43 | api_player_matches | /api/player/matches | Path does not match |
| 44 | api_player_detail | /api/player/{id} | Path does not match |
| 45 | api_teams | /api/teams | Path does not match |
| 46 | api_team_players | /api/team/{id}/players | Path does not match |
| 47 | app_home | / | Path does not match |
| 48 | app_matches | /partidos | Path does not match |
| 49 | app_new_match | /partidos/nuevo | Path does not match |
| 50 | app_match_create | /partidos/crear | Path does not match |
| 51 | app_player_dashboard | /player | Path does not match |
| 52 | app_player_personal | /player/personal | Path does not match |
| 53 | app_player_teams | /player/teams | Path does not match |
| 54 | app_player_matches | /player/matches | Path does not match |
| 55 | app_player_show | /player/show/{player_id} | Path does not match |
| 56 | app_register | /register | Path does not match |
| 57 | app_verify_email | /verify/email | Path does not match |
| 58 | app_request_accept | /request/accept | Path does not match |
| 59 | app_tournaments | /torneos | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.