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:
parent
d463817f80
commit
1ddd990687
@ -66,7 +66,7 @@ struct App {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
vweb.run<App>(8081)
|
vweb.run(&App{}, 8081)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn (mut app App) index() vweb.Result {
|
pub fn (mut app App) index() vweb.Result {
|
||||||
|
Loading…
Reference in New Issue
Block a user