Cleaning up nodeinfo.
This commit is contained in:
parent
9755654734
commit
34ddd62fd1
1 changed files with 1 additions and 3 deletions
|
@ -22,9 +22,7 @@ async fn node_info_well_known() -> HttpResponse<Body> {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
HttpResponse::Ok()
|
HttpResponse::Ok().json(json.to_string())
|
||||||
.content_type("application/json")
|
|
||||||
.body(json.to_string())
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn node_info(
|
async fn node_info(
|
||||||
|
|
Reference in a new issue