mr8bit / carousel-editorjs

Carousel/Gallery Block for the Editor.js (https://editorjs.io).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend Response Format

omerfdmrl opened this issue · comments

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

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