mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: fix draw_image on macos native; vcreate: vweb template
This commit is contained in:
@@ -19,7 +19,7 @@ mut:
|
||||
}
|
||||
|
||||
pub fn (app App) before_request() {
|
||||
println('[Vweb] ${app.Context.req.method} ${app.Context.req.url}')
|
||||
println('[vweb] before_request: ${app.req.method} ${app.req.url}')
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user