Skip to content

Commit 4c1fe5a

Browse files
committed
new hello
1 parent 03b12dc commit 4c1fe5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async fn main() {
1818
}
1919

2020
async fn handler() -> Html<&'static str> {
21-
Html("<h1>Hello, World!</h1>")
21+
Html("<h1>Hello, Sales!</h1>")
2222
}
2323

2424
async fn shutdown_signal() {

0 commit comments

Comments
 (0)