mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
fix
This commit is contained in:
parent
06b2bb8709
commit
85589f269c
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ fn handle_request[A, X](mut conn net.TcpConn, req http.Request, params &RequestP
|
|||
}
|
||||
|
||||
$if A is StaticApp {
|
||||
ctx.custom_mime_types = StaticApp(global_app).static_mime_types.clone()
|
||||
ctx.custom_mime_types = global_app.static_mime_types.clone()
|
||||
}
|
||||
|
||||
// match controller paths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue