mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 16:02:12 +00:00
Fixing nodeinfo endpoint.
This commit is contained in:
parent
d0de6552ab
commit
7839eb6d40
|
@ -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