mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Fixing nodeinfo endpoint.
This commit is contained in:
parent
d0de6552ab
commit
7839eb6d40
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(
|
||||
|
|
Loading…
Reference in a new issue