Skip to content

Commit

Permalink
remove incorrect header: newer versions of werkzeug complain about th…
Browse files Browse the repository at this point in the history
…is, was previously ignored
  • Loading branch information
lkeegan committed Sep 30, 2024
1 parent 96e8284 commit 8c01b15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/utils/api-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ function download_file_from_endpoint(
) {
apiClient
.post(endpoint, json, {
headers: {
"Content-Type": "multipart/form-data",
},
responseType: "blob",
})
.then((response) => {
Expand Down

0 comments on commit 8c01b15

Please sign in to comment.