quill-image-upload
quill-image-upload copied to clipboard
Accept all 2XX response headers as success
The API that I'm using for image upload returns 201
headers with successful responses. And that's also a valid response. So, I think this library should also accept any 2XX response statuses as successful response.
This PR includes that change.