Skip to content

Commit

Permalink
Merge pull request #16 from episphere/dev-url-added
Browse files Browse the repository at this point in the history
Added dev URL to list of URLs
  • Loading branch information
amber-emmes authored Sep 23, 2024
2 parents 22b2f92 + 399081d commit f88c707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ export const hideAnimation = () => {

export const urls = {
'stage': 'dashboard-myconnect-stage.cancer.gov',
'prod': 'dashboard-myconnect.cancer.gov'
'prod': 'dashboard-myconnect.cancer.gov',
'dev': 'episphere.github.io'
}

let api = ``;
Expand Down

0 comments on commit f88c707

Please sign in to comment.