Commit a306b410 authored by Amy Stamile's avatar Amy Stamile
Browse files

Remove comment.

parent 783b24b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
//https://jat52qc8c0.execute-api.us-west-2.amazonaws.com/dev/collections

function callAPI() {
    return fetch("https://stac.astrogeology.usgs.gov/api/collections")
           .then(response => response.json());