Right now, the data is loaded from a local file data.json. We need that data to now start coming from a backend. One of the contributors has provided an API endpoint where we can retrieve the data from https://dashboard.missingpersonsug.org/api/victims
For this, you'll be changing the data source from the json file to the API endoint
Right now, the data is loaded from a local file
data.json. We need that data to now start coming from a backend. One of the contributors has provided an API endpoint where we can retrieve the data fromhttps://dashboard.missingpersonsug.org/api/victimsFor this, you'll be changing the data source from the json file to the API endoint