This commit is contained in:
Felipe Pena 2025-09-06 09:25:26 -03:00
parent 06b2bb8709
commit 85589f269c

View file

@ -602,7 +602,7 @@ fn handle_request[A, X](mut conn net.TcpConn, req http.Request, params &RequestP
} }
$if A is StaticApp { $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 // match controller paths