1
0
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:
Rob Ede
2024-07-07 00:59:16 +01:00
parent a67c7803e6
commit 8baa0767a6
5 changed files with 15 additions and 15 deletions

View File

@ -61,7 +61,7 @@ async fn index(
},
)
} else {
tmpl_env.render("index.html", ())
tmpl_env.render("index.html", minijinja::Value::UNDEFINED)
}
}