1
2
3
4
5
use http::StatusCode;

pub async fn hate_speech() -> StatusCode {
    StatusCode::IM_A_TEAPOT
}