diff --git a/vlib/vweb/vweb.v b/vlib/vweb/vweb.v index 9938ce65d4..cca1156957 100644 --- a/vlib/vweb/vweb.v +++ b/vlib/vweb/vweb.v @@ -420,7 +420,7 @@ interface ControllerInterface { } pub struct Controller { -mut: +pub mut: controllers []&ControllerPath }