Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UAT v4.31.0 to release #5100

Merged
merged 18 commits into from
Apr 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update eic endpoint
  • Loading branch information
ryanweiler92 committed Apr 1, 2024
commit 27b5541a1645318cffd96cea907eee3627a438ee
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
Loading