Backend Response Format
omerfdmrl opened this issue · 2 comments
omerfdmrl commented
What is the backend response format? In readme it's missing.
tiotdev commented
Seems to be the same as in https://github.com/editor-js/image
appqui commented
{
"success": true,
"file": {
"url": "uploaded_file_accessible_now_url"
}
}