Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_v2_spots_search | /api/v2/spots/search | Path does not match |
| 2 | api_v2_spots_availability | /api/v2/spots/availability | Path does not match |
| 3 | admin_index | /admin | Path does not match |
| 4 | admin_phpinfo | /admin/phpinfo | Path does not match |
| 5 | admin_meteo_stations | /admin/meteo-stations | Path does not match |
| 6 | admin_meteo_station_new | /admin/meteo-stations/new | Path does not match |
| 7 | admin_meteo_station_edit | /admin/meteo-stations/{id}/edit | Path does not match |
| 8 | admin_meteo_station_delete | /admin/meteo-stations/{id}/delete | Path does not match |
| 9 | admin_meteo_station_readings | /admin/meteo-stations/{id}/readings | Path does not match |
| 10 | admin_meteo_station_reading_edit | /admin/meteo-stations/{stationId}/readings/{readingId}/edit | Path does not match |
| 11 | admin_meteo_station_sync | /admin/meteo-stations/{id}/sync | Path does not match |
| 12 | admin_meteo_stations_update_beach_distances | /admin/meteo-stations/update-beach-distances | Path does not match |
| 13 | admin_beach_new | /admin/beach/new | Path does not match |
| 14 | admin_puertos_map | /admin/puertos-map/{locationcode} | Path does not match |
| 15 | admin_device_locations | /admin/device-locations | Path does not match |
| 16 | admin_compare_forecasts | /admin/compare-forecasts | Path does not match |
| 17 | admin_compare_windguru_puertos | /admin/compare-windguru-puertos/{beachId} | Path does not match |
| 18 | admin_beach_edit | /admin/beach/{slug}/edit | Path does not match |
| 19 | admin_beach_update_forecasts | /admin/beach/{slug}/update-forecasts | Path does not match |
| 20 | admin_beach_update_tides | /admin/beach/{slug}/update-tides | Path does not match |
| 21 | admin_beach_invalidate_cache | /admin/beach/{slug}/invalidate-cache | Path does not match |
| 22 | admin_beach_update_weather | /admin/beach/{slug}/update-weather | Path does not match |
| 23 | admin_beach_update_weather_forecasts | /admin/beach/{slug}/update-weather-forecasts | Path does not match |
| 24 | admin_beach_simulator | /admin/beach/{slug}/simulator | Path does not match |
| 25 | admin_beach_simulator_save | /admin/beach/{slug}/simulator/save | Path does not match |
| 26 | admin_api_windguru_spot | /admin/api/windguru-spot | Path does not match |
| 27 | admin_api_nearest_tide_station | /admin/api/nearest-tide-station | Path does not match |
| 28 | admin_api_nearest_buoy | /admin/api/nearest-buoy | Path does not match |
| 29 | admin_api_nearby_spot | /admin/api/nearby-spot | Path does not match |
| 30 | admin_spots | /admin/spots | Path does not match |
| 31 | admin_beach_view | /admin/beach/{slug} | Path does not match |
| 32 | app_web_apple_token_login | /login/apple-token | Path does not match |
| 33 | app_appleauth_getnewidentitytoken | /api/apple/identity | Path does not match |
| 34 | csp_report | /csp-report | Path does not match |
| 35 | app_web_google_token_login | /login/google-token | Path does not match |
| 36 | admin_observability | /admin/observability | Path does not match |
| 37 | admin_observability_route_add | /admin/observability/routes | Path does not match |
| 38 | admin_observability_route_rename | /admin/observability/routes/{id} | Path does not match |
| 39 | admin_observability_route_delete | /admin/observability/routes/{id}/delete | Path does not match |
| 40 | admin_observability_issue_resolve | /admin/observability/issues/{id}/resolve | Path does not match |
| 41 | admin_observability_issue_mute_24h | /admin/observability/issues/{id}/mute-24h | Path does not match |
| 42 | admin_observability_issue_mute_7d | /admin/observability/issues/{id}/mute-7d | Path does not match |
| 43 | app_policies_terms_conditions | /terminos-condiciones | Path does not match |
| 44 | app_policies_privacy | /privacidad | Path does not match |
| 45 | app_policies_cookies | /politica-cookies | Path does not match |
| 46 | app_ssl_proxy_legacy_patos | /webcam/legacy/patos/{id} | Path does not match |
| 47 | app_login | /login | Path does not match |
| 48 | app_logout | /logout | Path does not match |
| 49 | app_signup | /signup | Path does not match |
| 50 | app_forgot_password | /forgot-password | Path does not match |
| 51 | app_reset_password | /reset-password/{uuid} | Path does not match |
| 52 | app_check_login | /check-login | Path does not match |
| 53 | app_spots | /spots | Path does not match |
| 54 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.