Loading app/src/js/ApiJsonCollection.js +0 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ var _numberMatched = 0; function callAPI() { return fetch( // "https://stac.astrogeology.usgs.gov/api/collections" "https://6vpdmaqce6.execute-api.us-west-2.amazonaws.com/dev/collections" ).then(response => response.json()); } Loading Loading
app/src/js/ApiJsonCollection.js +0 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ var _numberMatched = 0; function callAPI() { return fetch( // "https://stac.astrogeology.usgs.gov/api/collections" "https://6vpdmaqce6.execute-api.us-west-2.amazonaws.com/dev/collections" ).then(response => response.json()); } Loading