Skip to content

Commit

Permalink
ALS-7849: Update terra hostname to bdc instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Nov 19, 2024
1 parent 2d7a392 commit 6b0de66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/explorer/export/ExportStepper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
exportLoading = true;
let signedUrl = await getSignedUrl();
window.open(
'https://app.terra.bio/#import-data?format=pfb&url=' + encodeURIComponent(signedUrl),
'https://terra.biodatacatalyst.nhlbi.nih.gov/#import-data?format=pfb&url=' + encodeURIComponent(signedUrl),
);
exportLoading = false;
}
Expand Down

0 comments on commit 6b0de66

Please sign in to comment.