pubky-homeserver 0.12.0

A Pubky homeserver implementation.
Documentation
1
2
3
4
5
use axum::response::IntoResponse;

pub async fn handler() -> Result<impl IntoResponse, String> {
    Ok("Homeserver - Admin Endpoint")
}