Fixing nodeinfo endpoint.

This commit is contained in:
Dessalines 2020-01-12 16:57:48 -05:00
parent 3f868f99e6
commit a7a0d35ed3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ async fn node_info_well_known() -> HttpResponse<Body> {
}
});
HttpResponse::Ok().json(json.to_string())
HttpResponse::Ok().json(json)
}
async fn node_info(