diff options
| author | LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> | 2023-07-31 19:17:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-31 17:17:33 +0000 |
| commit | 73da97666fb94d4ca5fc3c564561a0b220025602 (patch) | |
| tree | 54b0cb9e3a3ce00287b7331ab234fd386d04bb56 /atuin-server/src/router.rs | |
| parent | Split integration and unit tests, use runner for unit (#1134) (diff) | |
| download | atuin-73da97666fb94d4ca5fc3c564561a0b220025602.zip | |
fix(server): Teapot is a cup of coffee (#1137)
Diffstat (limited to 'atuin-server/src/router.rs')
| -rw-r--r-- | atuin-server/src/router.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server/src/router.rs b/atuin-server/src/router.rs index 7dc8a246..e5b756b8 100644 --- a/atuin-server/src/router.rs +++ b/atuin-server/src/router.rs @@ -53,7 +53,7 @@ where } async fn teapot() -> impl IntoResponse { - (http::StatusCode::IM_A_TEAPOT, "☕") + (http::StatusCode::IM_A_TEAPOT, "🫖") } #[derive(Clone)] |
