quill-image-upload icon indicating copy to clipboard operation
quill-image-upload copied to clipboard

Accept all 2XX response headers as success

Open muratcorlu opened this issue 4 years ago • 0 comments

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.

muratcorlu avatar Jun 04 '20 22:06 muratcorlu