pub async fn get() -> &'static str { "hello world" }
pub async fn get() -> &'static str {
"hello world"
}