pubky-homeserver 0.5.3

Pubky core's homeserver.
Documentation
1
2
3
4
5
use axum::response::IntoResponse;

pub async fn handler() -> Result<impl IntoResponse, String> {
    Ok("Pubky Homeserver".to_string())
}