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',
|
||||
headers: {
|
||||
'Authorization': `Bearer ${token}`,
|
||||
'Content-Type': 'multipart/form-data',
|
||||
},
|
||||
body: formData
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user