Skip to content

Commit

Permalink
Add dicom accept header to request
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jun 12, 2024
1 parent 4c5b737 commit 6667c3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/google.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ dwvjq.google.getAuthorizedCallback = function (callback) {
{
name: 'Authorization',
value: 'Bearer ' + gapi.auth.getToken().access_token
},
{
name: 'Accept',
value: 'application/dicom'
}
]
});
Expand Down

0 comments on commit 6667c3f

Please sign in to comment.