mirror of
https://github.com/actix/examples
synced 2025-02-20 00:14:21 +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;
|
use actix_web_lab::respond::Html;
|
||||||
|
|
||||||
/// store tera template in application state
|
|
||||||
async fn index(
|
async fn index(
|
||||||
tmpl_env: web::Data<minijinja::Environment<'static>>,
|
tmpl_env: web::Data<minijinja::Environment<'static>>,
|
||||||
query: web::Query<HashMap<String, String>>,
|
query: web::Query<HashMap<String, String>>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user