Routing

app_accesos_usuario_finalizar Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /accesos/usuario/finalizar/registro
# Route name Path Log
1 app_login /login Path does not match
2 app_logout /logout Path does not match
3 app_acceso_tercero_check /acceso/tercero/check/ Path does not match
4 app_acceso_tercero_index /acceso/tercero/{proyecto} Path does not match
5 app_acceso_tercero_show /acceso/tercero/{id} Path does not match
6 app_acceso_tercero_edit /acceso/tercero/{id}/edit Path does not match
7 app_acceso_tercero_delete /acceso/tercero/{id} Path does not match
8 app_accesos_usuario_index /accesos/usuario/ Path does not match
9 app_accesos_usuario_registro_empleada /accesos/usuario/registrarEmpleada/{id} Path does not match
10 app_accesos_usuario_registro_contacto /accesos/usuario/registrarContacto/{id} Path does not match
11 app_accesos_usuario_registro_contactoproveedor /accesos/usuario/registrarContactoProveedor/{id} Path does not match
12 app_accesos_usuario_finalizar /accesos/usuario/finalizar/registro Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.