mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
use camelcase for json keys
This commit is contained in:
parent
9ac1beae82
commit
39565fecfb
@ -36,9 +36,9 @@ pub fn node_info() -> HttpResponse<Body> {
|
||||
"users": {
|
||||
"total": site_view.number_of_users
|
||||
},
|
||||
"local_posts": site_view.number_of_posts,
|
||||
"local_comments": site_view.number_of_comments,
|
||||
"open_registrations": true,
|
||||
"localPosts": site_view.number_of_posts,
|
||||
"localComments": site_view.number_of_comments,
|
||||
"openRegistrations": true,
|
||||
}
|
||||
});
|
||||
return HttpResponse::Ok()
|
||||
|
Loading…
Reference in New Issue
Block a user