Skip to content

Commit

Permalink
Merge pull request #16 from stt-datacore/asset-url-fix
Browse files Browse the repository at this point in the history
Fix broken link to make this work again
  • Loading branch information
nmoschkin authored Aug 11, 2023
2 parents b125be5 + a616069 commit 76c3f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function getLatestBundleVersion() {
}

async function loadAssetURL(client_version: string, bundle_version: string) {
let configUrl = `https://stt.disruptorbeam.com/config?client_version=${client_version}&platform_folder=${CLIENT_PLATFORM_FOLDER}`;
let configUrl = `https://app.startrektimelines.com/config?client_version=${client_version}&platform_folder=${CLIENT_PLATFORM_FOLDER}`;

let response = await fetch(configUrl);
if (!response.ok) {
Expand Down

0 comments on commit 76c3f49

Please sign in to comment.