mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-24 11:51:24 +02:00
fix(server): Teapot is a cup of coffee (#1137)
This commit is contained in:
parent
2a41768afa
commit
73da97666f
@ -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…
x
Reference in New Issue
Block a user