MT#62025 Add multipart/form-data to api/faxes req

NGCP-Flow: mr11.5
Change-Id: Ie8ef2353b1477a5ef89c028bb5cd41d6ee8a9f9e
(cherry picked from commit 9255b70d33)
mr11.5.1
Debora Crescenzo 1 year ago committed by Crescenzo Debora
parent 4b1e51595d
commit 31e42ef6cd

@ -12,6 +12,7 @@ export async function createFax (options) {
} }
return await post({ return await post({
resource: 'faxes', resource: 'faxes',
headers: { 'Content-Type': 'multipart/form-data' },
body: formData body: formData
}) })
} }

Loading…
Cancel
Save