Merge branch 'nodeinfo' of https://github.com/Nutomic/lemmy into Nutomic-nodeinfo
This commit is contained in:
commit
64a127845e
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ pub fn node_info() -> HttpResponse<Body> {
|
||||||
"users": {
|
"users": {
|
||||||
"total": site_view.number_of_users
|
"total": site_view.number_of_users
|
||||||
},
|
},
|
||||||
"local_posts": site_view.number_of_posts,
|
"localPosts": site_view.number_of_posts,
|
||||||
"local_comments": site_view.number_of_comments,
|
"localComments": site_view.number_of_comments,
|
||||||
"open_registrations": true,
|
"openRegistrations": true,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return HttpResponse::Ok()
|
return HttpResponse::Ok()
|
||||||
|
|
Reference in a new issue