mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
fix vc generator
This commit is contained in:
parent
61bfecfa09
commit
ecd46d381c
3 changed files with 9 additions and 6 deletions
|
@ -14,8 +14,7 @@ mut:
|
|||
}
|
||||
|
||||
fn main() {
|
||||
app := App{}
|
||||
vweb.run(mut app, 8080)
|
||||
vweb.run<App>(8080)
|
||||
}
|
||||
|
||||
fn (app mut App) index_text() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue