mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
fix vweb example
This commit is contained in:
parent
929e7c1193
commit
aa0ad9d922
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ pub mut:
|
|||
}
|
||||
|
||||
fn main() {
|
||||
app := App{}
|
||||
mut app := App{}
|
||||
app.vweb = vweb.Context{}
|
||||
vweb.run(mut app, port)
|
||||
//vweb.run<App>(Port)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue