mongodb - Missing id JSON - GET -
i've made couple of registries in database (mongodb), when try @localhost:8080/ {for example company} info collection can't see id of documents, entered.
any ideas how can fix , show id ?
{ "name" : "google", "person" : null, "_links" : { "self" : { "href" : "http://localhost:8080/company/2" }
Comments
Post a Comment