diff --git a/frontend/src/utils/api-client.ts b/frontend/src/utils/api-client.ts index 4fa3911..383c5d8 100644 --- a/frontend/src/utils/api-client.ts +++ b/frontend/src/utils/api-client.ts @@ -23,9 +23,6 @@ function download_file_from_endpoint( ) { apiClient .post(endpoint, json, { - headers: { - "Content-Type": "multipart/form-data", - }, responseType: "blob", }) .then((response) => {