mirror of https://github.com/halo-dev/halo
pull/3445/head
parent
1df8a407b0
commit
cfa91c6541
|
@ -118,7 +118,7 @@ themeApi.updateByUpload = (formData, uploadProgress, cancelToken, themeId) => {
|
|||
data: formData, // form data
|
||||
onUploadProgress: uploadProgress,
|
||||
cancelToken: cancelToken,
|
||||
method: 'put'
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue