mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: make controllers of struct Controller public (#18153)
This commit is contained in:
parent
d62c4c9fc1
commit
492a93ecd9
@ -420,7 +420,7 @@ interface ControllerInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub struct Controller {
|
pub struct Controller {
|
||||||
mut:
|
pub mut:
|
||||||
controllers []&ControllerPath
|
controllers []&ControllerPath
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user