Skip to content

Commit aa6783b

Browse files
authored
Update darwin url for v6 (#4844)
1 parent 211c75a commit aa6783b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/api/urls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export function getDigitalSlideArchiveIFrameUrl(patientId: string) {
286286
}
287287

288288
export function getDarwinUrl(sampleIds: string[], caseId: string) {
289-
return buildCBioPortalAPIUrl('checkDarwinAccess.do', {
289+
return buildCBioPortalAPIUrl('proxy/checkDarwinAccess', {
290290
sample_id: sampleIds.join(','),
291291
case_id: caseId,
292292
});

0 commit comments

Comments
 (0)