fix(server): Teapot is a cup of coffee (#1137)
This commit is contained in:
parent
2a41768afa
commit
73da97666f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn teapot() -> impl IntoResponse {
|
async fn teapot() -> impl IntoResponse {
|
||||||
(http::StatusCode::IM_A_TEAPOT, "☕")
|
(http::StatusCode::IM_A_TEAPOT, "🫖")
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
|
|
Loading…
Reference in a new issue