addition of img_url and states to local database

This commit is contained in:
2020-01-05 13:02:59 -05:00
parent a304866b11
commit 2ee5504efc
3 changed files with 9 additions and 3 deletions

View File

@ -11,6 +11,8 @@ var Site = function(data){
this.description = data.description;
this.site = data.site;
this.unesco_unique = data.unesco_unique;
this.img_url = data.img_url
this.states = data.states;
};
// Finding the site by ID.