1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

remove tera reference

This commit is contained in:
Rob Ede 2022-10-16 21:20:26 +01:00
parent 5e8883e35a
commit 7fd6e17459
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -9,7 +9,6 @@ use actix_web::{
};
use actix_web_lab::respond::Html;
/// store tera template in application state
async fn index(
tmpl_env: web::Data<minijinja::Environment<'static>>,
query: web::Query<HashMap<String, String>>,