mr8bit/carousel-editorjs

Backend Response Format

omerfdmrl opened this issue · 2 comments

What is the backend response format? In readme it's missing.

Seems to be the same as in https://github.com/editor-js/image

{ 
   "success": true, 
   "file": { 
        "url": "uploaded_file_accessible_now_url" 
   }
}