ci: fix `./v check-md .`

pull/10081/head
Delyan Angelov 2021-05-11 11:19:13 +03:00
parent d463817f80
commit 1ddd990687
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ struct App {
}
fn main() {
vweb.run<App>(8081)
vweb.run(&App{}, 8081)
}
pub fn (mut app App) index() vweb.Result {