1
2
3
4
5
use http::StatusCode;

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