From ec22792dd6f9b1d292fc806bcb416a9f4ab8f1bc Mon Sep 17 00:00:00 2001 From: bkop-ds <84399410+bkop-ds@users.noreply.github.com> Date: Tue, 10 Oct 2023 01:59:27 -0400 Subject: [PATCH] quick url fix --- src/shared.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared.js b/src/shared.js index dbf271a..22401c7 100644 --- a/src/shared.js +++ b/src/shared.js @@ -1887,6 +1887,6 @@ export const handleRangeRequests = async () => { export const applicationURLs = { dev: "https://episphere.github.io/bcrpDataPlatform", - stage: "https://epidataplatforms-stage.cancer.gov/bcrpp", + stage: "https://epidataplatforms-stage.cancer.gov/bcrp", prod: "https://epidataplatforms.cancer.gov", };