mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
remove tera reference
This commit is contained in:
parent
5e8883e35a
commit
7fd6e17459
@ -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>>,
|
||||
|
Loading…
Reference in New Issue
Block a user