Skip to content

Commit

Permalink
add test files
Browse files Browse the repository at this point in the history
  • Loading branch information
bprize15 committed Dec 2, 2024
1 parent d3df2a6 commit 9f2646e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/src/main/javascript/src/shared/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { OncoTreeNode } from "@oncokb/oncotree";

export const ONCOTREE_BASE_URL = "https://oncotree.mskcc.org";
export const ONCOTREE_BASE_URL = "https://oncotreedev.cbioportal.aws.mskcc.org";
export const ONCOTREE_TREE_URL = `${ONCOTREE_BASE_URL}/api/tumorTypes/tree`;
export const ONCOTREE_VERSIONS_URL = `${ONCOTREE_BASE_URL}/api/versions`;
export const ONCOTREE_SWAGGER_URL = `${ONCOTREE_BASE_URL}/swagger-ui.html`;
Expand Down
Loading

0 comments on commit 9f2646e

Please sign in to comment.