Commit 0c5833d7 authored by Gavin's avatar Gavin
Browse files

cleaned up pr

parent a60f520d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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());
}