Routing
app_landing
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_encuesta_create | /api/encuestas | Path does not match |
| 2 | api_encuesta_show | /api/encuestas/{id} | Path does not match |
| 3 | app_buzon_sugerencia | /buzon-sugerencias | Path does not match |
| 4 | centro_servicio_index | /admin/centro-servicio/ | Path does not match |
| 5 | centro_servicio_new | /admin/centro-servicio/nuevo | Path does not match |
| 6 | centro_servicio_edit | /admin/centro-servicio/{id}/editar | Path does not match |
| 7 | centro_servicio_delete | /admin/centro-servicio/{id} | Path does not match |
| 8 | app_dashboard_list | /dashboard | Path does not match |
| 9 | app_dashboard | /dashboard/{id} | Path does not match |
| 10 | app_landing | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.