From 5404fb1cf8b8c636385feeda5736c255a55b06e6 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Tue, 7 Mar 2023 22:53:06 +0100 Subject: [PATCH] minor updates --- crates/ezidam/src/response_timer.rs | 2 +- crates/ezidam/templates/error.html.tera | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %} - +