From 9a7c842c7edf7d7ebbee8106607db44722e36e0c Mon Sep 17 00:00:00 2001 From: Alberto Garcia Hierro Date: Thu, 17 Oct 2024 14:34:34 +0100 Subject: [PATCH] feat: new hello --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3bce683..e4a49b1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ async fn main() { } async fn handler() -> Html<&'static str> { - Html("

Hello, World!

") + Html("

Hello, Grafana!

") } async fn shutdown_signal() {