pubky-homeserver 0.9.1

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")
}