From eea869fee47fd97a0ff40646483614d460f0683b Mon Sep 17 00:00:00 2001 From: Marko Papic Date: Fri, 5 Jul 2024 17:19:24 +0100 Subject: [PATCH] feat: say hello to Francesco --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3bce683..676d658 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, Francesco!

") } async fn shutdown_signal() {