Skip to content

Commit

Permalink
update eic endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanweiler92 committed Apr 1, 2024
1 parent 1e992f6 commit 27b5541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/mapUI/components/eic/eic.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function EIC() {

const requestBestDate = async () => {
try {
const url = `https://m80gyw03f7.execute-api.us-east-1.amazonaws.com/dev/scenarios?item_type=scenario&item_id=${scenario}`;
const url = `https://uhkookzof2.execute-api.us-west-2.amazonaws.com/dev/scenarios?item_type=scenario&item_id=${scenario}`;
const response = await fetch(url);
if (!response.ok) {
throw new Error('Network response was not ok.');
Expand Down

0 comments on commit 27b5541

Please sign in to comment.