Skip to content

Commit

Permalink
updated the path to download files at EU
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Feb 2, 2024
1 parent 010cb8e commit d6e72ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-web/src/main/webapp/downloads.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Note: Some users have experienced issues on later versions of Android (e.g., ve
fileName = "stepbible" + version;
var path = "";
if (region === "region_usa") path = "https://downloads.stepbible.com/file/Stepbible/";
else if (region === "region_europe") path = "https://stepbible-eu.s3.eu-north-1.amazonaws.com/";
else if (region === "region_europe") path = "https://downloads-eu.stepbible.com/file/STEPBible-download/";
else if (region === "region_asia_pacific") path = "https://stepbible-ap.s3-ap-southeast-1.amazonaws.com/";
else console.log("Unknown region selected: " + region);
var downloadPath = path + fileName + "." + fileExtension;
Expand Down

0 comments on commit d6e72ed

Please sign in to comment.