From 38df2d8f4f51493d786c058a09d36142b57a6680 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Hierro Date: Thu, 1 Aug 2024 19:27:58 +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..96f4dba 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, Alberto!

") } async fn shutdown_signal() {