mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: update actix-multipart to v0.7
This commit is contained in:
@ -61,7 +61,7 @@ async fn index(
|
||||
},
|
||||
)
|
||||
} else {
|
||||
tmpl_env.render("index.html", ())
|
||||
tmpl_env.render("index.html", minijinja::Value::UNDEFINED)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user