1
2
3
4
5
use http::StatusCode;

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