mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01: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 {
|
||||
(http::StatusCode::IM_A_TEAPOT, "☕")
|
||||
(http::StatusCode::IM_A_TEAPOT, "🫖")
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
Loading…
Reference in New Issue
Block a user