diff --git a/crates/ezidam/src/response_timer.rs b/crates/ezidam/src/response_timer.rs index 2133e71..30f0646 100644 --- a/crates/ezidam/src/response_timer.rs +++ b/crates/ezidam/src/response_timer.rs @@ -16,7 +16,7 @@ impl ResponseTimer { impl Fairing for ResponseTimer { fn info(&self) -> fairing::Info { fairing::Info { - name: "ResponseTimer", + name: "Response Timer", kind: Kind::Request | Kind::Response, } } diff --git a/crates/ezidam/templates/error.html.tera b/crates/ezidam/templates/error.html.tera index 30fd70e..7a35290 100644 --- a/crates/ezidam/templates/error.html.tera +++ b/crates/ezidam/templates/error.html.tera @@ -2,7 +2,7 @@ {% block content %} - +