async fn get_supernode(
__arg0: State<Arc<SharedState>>,
__arg1: Path<String>,
) -> impl IntoResponseExpand description
GET /api/supernodes/{name} — returns the named definition as JSON.
Errors: 404 Not Found if no supernode with that name exists.