Skip to content

Commit

Permalink
feat: new message
Browse files Browse the repository at this point in the history
  • Loading branch information
fiam committed Jun 3, 2024
1 parent 63c385f commit d132978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async fn main() {
}

async fn handler() -> Html<&'static str> {
Html("<h1>Hello, World!</h1>")
Html("<h1>Hello, Mark!</h1>")
}

async fn shutdown_signal() {
Expand Down

0 comments on commit d132978

Please sign in to comment.