Skip to content

Commit

Permalink
Enable request body compression for /structural-variants/fetch endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed May 30, 2022
1 parent 7b267d0 commit 4756f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export function initializeAPIClients() {
CBioPortalAPI,
[
{ url: '/mutations/fetch', params: {} },
{ url: '/structural-variant/fetch', params: {} },
{ url: '/patients/fetch', params: {} },
{ url: '/molecular-data/fetch', params: {} },
{
Expand Down

0 comments on commit 4756f58

Please sign in to comment.