fxmontigny / quill-image-upload

A module for Quill rich text editor to upload images to be selected from toolbar editor.
107 stars 43 forks source link

Accept all 2XX response headers as success #20

Open muratcorlu opened 4 years ago

muratcorlu commented 4 years ago

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.