Skip to content

Commit 492a93e

Browse files
authored
vweb: make controllers of struct Controller public (#18153)
1 parent d62c4c9 commit 492a93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/vweb/vweb.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ interface ControllerInterface {
420420
}
421421

422422
pub struct Controller {
423-
mut:
423+
pub mut:
424424
controllers []&ControllerPath
425425
}
426426

0 commit comments

Comments
 (0)