Skip to content

Commit 42fba04

Browse files
Endpoint change
1 parent 5265a57 commit 42fba04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/js/components/sidebar/charting-mode-options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ function ChartingModeOptions(props) {
281281
areaOfInterestCoords,
282282
bins,
283283
} = uriParameters;
284-
let requestURL = `https://worldview.earthdata.nasa.gov/service/imagestat/get_stats?_type=${type}&timestamp=${timestamp}&steps=${steps}&layer=${layer}&colormap=${colormap}&bbox=${areaOfInterestCoords}&bins=${bins}`;
284+
let requestURL = `https://worldview.uat.earthdata.nasa.gov/service/imagestat/get_stats?_type=${type}&timestamp=${timestamp}&steps=${steps}&layer=${layer}&colormap=${colormap}&bbox=${areaOfInterestCoords}&bins=${bins}`;
285285
if (type !== 'date') {
286286
requestURL += `&end_timestamp=${endTimestamp}`;
287287
}

0 commit comments

Comments
 (0)