diff --git a/src/api/communication.js b/src/api/communication.js index f3430ae3..6d0ef6d5 100644 --- a/src/api/communication.js +++ b/src/api/communication.js @@ -12,6 +12,7 @@ export async function createFax (options) { } return await post({ resource: 'faxes', + headers: { 'Content-Type': 'multipart/form-data' }, body: formData }) }