added content-type back for image upload
Build and Push Image / build-and-push (push) Successful in 1m22s

This commit is contained in:
2026-04-29 23:14:07 -07:00
parent f75918bac3
commit d2e8422a7e
+1
View File
@@ -114,6 +114,7 @@ const applyImageToItem = async (itemId, localImagePath, fileName, token) => {
method: 'POST',
headers: {
'Authorization': `Bearer ${token}`,
'Content-Type': 'multipart/form-data',
},
body: formData
});