Add the page to view the selected blog from landing page (#20)
The page will use the following backend route /blogs/get/:id (#10) to fetch the blog data.
Response from /blogs/get/:id
{
title: String
content: String
tags: [Tags]
image: String
comments: Comments
review: enum('pending', 'approved', 'update')
reviewMessage: String
}
design will be uploaded soon
Add the page to view the selected blog from landing page (#20)
The page will use the following backend route
/blogs/get/:id(#10) to fetch the blog data.Response from /blogs/get/:id