Fixing nodeinfo endpoint.

pull/418/head
Dessalines 2020-01-12 16:57:48 -05:00
parent d0de6552ab
commit 7839eb6d40
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( async fn node_info(