use http::StatusCode; pub async fn get() -> Result { Ok(StatusCode::OK) }