Fixing nodeinfo endpoint.
This commit is contained in:
parent
3f868f99e6
commit
a7a0d35ed3
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue