I have a link to my json database (db.json) on Json-server: http://localhost:3000/places
Now i want to upload this json database on real hosting.
The question is how to access an array 'places' in db.json on real hosting url?
Something like this is not working (certainly it is not working but just to better clarify the question):
https://domaindomain.org/db.json[places] or https://domaindomain.org/db.json[0]