editor-js / personality

Personality Tool for Editor.js
43 stars 27 forks source link

Status code "201 Created" fails silently #14

Open christianmeichtry opened 3 years ago

christianmeichtry commented 3 years ago

My backend responds with 201 when saving a new file. This fails silently. I have to change status code to 200 in the backend for it to work.

Same backend works fine with the "images" plugin.