Routing
app_inicio
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 | app_admin | /admin | Path does not match |
| 2 | app_tg | /tablero_general/{gestion} | Path does not match |
| 3 | cargar_gestion | /cargargestion | Path does not match |
| 4 | grabar_datos_gestion | /grabardatos | Path does not match |
| 5 | app_usr_list | /usr/list | Path does not match |
| 6 | app_gestiones | /admin/gestiones | Path does not match |
| 7 | app_zonas | /admin/zonas | Path does not match |
| 8 | app_usr_add | /usr/anadir | Path does not match |
| 9 | app_usr_edit | /usr/edit/{id} | Path does not match |
| 10 | app_gestion_edit | /gestion/edit/{id} | Path does not match |
| 11 | app_zona_edit | /zona/edit/{id} | Path does not match |
| 12 | app_get_miembros_elegidos | /usr/get/miembros | Path does not match |
| 13 | app_miembros_borrar | /usr/borrar/miembros | Path does not match |
| 14 | app_borrar_relacion | /usr/borrar/relacion | Path does not match |
| 15 | app_cargar_tutor | /usr/cargar/tutor | Path does not match |
| 16 | app_cargar_matriz | /usr/cargar/matriz | Path does not match |
| 17 | app_grabar_matriz | /usr/grabar/matriz | Path does not match |
| 18 | app_borrar_matriz | /usr/borrar/matriz | Path does not match |
| 19 | app_grabar_tutor | /usr/grabar/tutor | Path does not match |
| 20 | app_set_fusion | /usr/set/fusion | Path does not match |
| 21 | app_bitacoras_lista | /bitacoras/ | Path does not match |
| 22 | app_bitacora_edit | /bitacoras/editar/{id} | Path does not match |
| 23 | app_dashboard | /dashboard | Path does not match |
| 24 | filtrar_dashboard | /dashboard/filtrar | Path does not match |
| 25 | poblar | /poblarrelaciones | Path does not match |
| 26 | app_inicio | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.