added content-type back for image upload
Build and Push Image / build-and-push (push) Successful in 1m22s
Build and Push Image / build-and-push (push) Successful in 1m22s
This commit is contained in:
@@ -114,6 +114,7 @@ const applyImageToItem = async (itemId, localImagePath, fileName, token) => {
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Authorization': `Bearer ${token}`,
|
'Authorization': `Bearer ${token}`,
|
||||||
|
'Content-Type': 'multipart/form-data',
|
||||||
},
|
},
|
||||||
body: formData
|
body: formData
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user