1 2 3 4 5
use axum::response::IntoResponse; pub async fn handler() -> Result<impl IntoResponse, String> { Ok("Pubky Homeserver".to_string()) }