We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021c953 commit 8aca2fbCopy full SHA for 8aca2fb
1 file changed
vlib/veb/veb.v
@@ -615,7 +615,7 @@ fn route_matches(url_words []string, route_words []string) ?[]string {
615
fn serve_if_static[X](app StaticHandler, mut user_context X, url urllib.URL, host string) bool {
616
// TODO: handle url parameters properly - for now, ignore them
617
mut asked_path := url.path
618
- static_handler := app_static_handler(app)
+ static_handler := app
619
620
// Content negotiation for markdown files (if enabled)
621
if static_handler.enable_markdown_negotiation {
0 commit comments