1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-19 17:07:48 +03:00

fix(server): Teapot is a cup of coffee (#1137)

This commit is contained in:
LeoniePhiline 2023-07-31 19:17:33 +02:00 committed by GitHub
parent 2a41768afa
commit 73da97666f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ where
}
async fn teapot() -> impl IntoResponse {
(http::StatusCode::IM_A_TEAPOT, "")
(http::StatusCode::IM_A_TEAPOT, "🫖")
}
#[derive(Clone)]