1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix ./v check-md .

This commit is contained in:
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

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 {