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

vweb: make compile

This commit is contained in:
Alexander Medvednikov
2020-06-05 21:04:18 +02:00
parent e3917d98c2
commit 11908410f3
2 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@ fn main() {
vweb.run<App>(port)
}
pub fn (app App) init() {
pub fn (mut app App) init() {
app.vweb.handle_static('.')
}