Routing
home
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "html" |
| _locale | "es" |
Route Matching Logs
Path to match:
/es/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | profile | /{_locale}/profile | Path does not match |
| 2 | app_analytic_home | /{_locale}/explora | Path does not match |
| 3 | app_analytic | /{_locale}/explora/{mun} | Path does not match |
| 4 | explore_analytic | /{_locale}/explora/{mun}/{slug} | Path does not match |
| 5 | dashboard | /dashboard | Path does not match |
| 6 | users | /users | Path does not match |
| 7 | detail-user | /users/{id} | Path does not match |
| 8 | list-guests | /list-of-guests | Path does not match |
| 9 | guest-decision | /guest-decision/{id}/{decision} | Path does not match |
| 10 | get-geodata | /get-geodata | Path does not match |
| 11 | get-allgeodata | /get-allgeodata | Path does not match |
| 12 | get-geolayers | /get-geolayers | Path does not match |
| 13 | get-grid_data | /{_locale}/get-grid_data | Path does not match |
| 14 | get-excel | /{_locale}/get-excel | Path does not match |
| 15 | get-grid_data_project | /get-grid_data_project | Path does not match |
| 16 | get-filter-cql | /get-filter-cql | Path does not match |
| 17 | get-data-viewport | /get-data-viewport | Path does not match |
| 18 | get-indicators | /{_locale}/get-indicators | Path does not match |
| 19 | get-exploreasync | /get-exploreasync | Path does not match |
| 20 | get-zoneasync | /get-zoneasync | Path does not match |
| 21 | get-yearasync | /get-yearasync | Path does not match |
| 22 | get-munstats | /get-munstats | Path does not match |
| 23 | get-kpi_data | /get-kpi_data | Path does not match |
| 24 | get-kpi_data_plus | /get-kpi_data_plus | Path does not match |
| 25 | get-pvpotential_data | /get-pvpotential_data | Path does not match |
| 26 | get-populationstats | /get-populationstats | Path does not match |
| 27 | get-insights | /get-insights | Path does not match |
| 28 | app_login | /{_locale}/login | Path does not match |
| 29 | app_logout | /logout | Path does not match |
| 30 | root_redirect | / | Path does not match |
| 31 | home | /{_locale}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.