fix vc generator

This commit is contained in:
Alexander Medvednikov 2019-12-21 05:25:28 +03:00
parent 61bfecfa09
commit ecd46d381c
3 changed files with 9 additions and 6 deletions

View file

@ -14,8 +14,7 @@ mut:
}
fn main() {
app := App{}
vweb.run(mut app, 8080)
vweb.run<App>(8080)
}
fn (app mut App) index_text() {