Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 4b7cd78

Browse files
committed
Http -> HTTP
1 parent d089a4d commit 4b7cd78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/http_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use serde::{Deserialize, Serialize};
1414
use crate::model;
1515

1616
async fn root() -> Html<&'static str> {
17-
Html("<h1>Http Request Duplicator</h1>")
17+
Html("<h1>HTTP Request Duplicator</h1>")
1818
}
1919

2020
#[derive(Deserialize, Debug)]

0 commit comments

Comments
 (0)