Skip to content

Commit

Permalink
Update darwin url for v6 (#4844)
Browse files Browse the repository at this point in the history
  • Loading branch information
dippindots authored Feb 7, 2024
1 parent 211c75a commit aa6783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/api/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export function getDigitalSlideArchiveIFrameUrl(patientId: string) {
}

export function getDarwinUrl(sampleIds: string[], caseId: string) {
return buildCBioPortalAPIUrl('checkDarwinAccess.do', {
return buildCBioPortalAPIUrl('proxy/checkDarwinAccess', {
sample_id: sampleIds.join(','),
case_id: caseId,
});
Expand Down

0 comments on commit aa6783b

Please sign in to comment.