fix vweb example
parent
929e7c1193
commit
aa0ad9d922
|
@ -13,7 +13,8 @@ pub mut:
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
app := App{}
|
mut app := App{}
|
||||||
|
app.vweb = vweb.Context{}
|
||||||
vweb.run(mut app, port)
|
vweb.run(mut app, port)
|
||||||
//vweb.run<App>(Port)
|
//vweb.run<App>(Port)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue