strapi-plugin-custom-blog
v1.1.3
Published
This is the plugin to create a custom endpoint for creating blog posts.
Downloads
42
Readme
Strapi plugin Custom Blog
A quick description of custom-blog.
Don't forget to restart or rebuild your Strapi app when installing a new plugin.
🔧 Configuration
You should set the model name on UI to make custom blog work, and the endpoint to create blog posts.

Endpoints
Upload Image -
[POST]{{serverURL}}/custom-blog/blog-post-upload-imageThis is the endpoint to upload image. Please reference IMAGE_UPLOAD.md
Create Blog -
[POST]{{serverURL}}/custom-blog/blog-postThis is the endpoint to create custom blog posts. Please reference CREATE_BLOG.md
