This commit is contained in:
Untone 2024-05-06 14:08:41 +03:00
parent 83379c53ae
commit 8e69c3979e

View File

@ -11,7 +11,7 @@ export const handleImageUpload = async (uploadFile: UploadFile, token: string):
const response = await fetch(`${thumborUrl}/image`, {
method: 'POST',
body: formData,
headers
headers,
})
const location = response.headers.get('Location')