Here admin can see all the posted blogs and remove any blog. Uses `/blogs/getAll` to view all blogs and `/blogs/delete/:id` to delete the blog - [ ] Create a static page - [ ] Integrate routes - [ ] Ensure responsiveness
Here admin can see all the posted blogs and remove any blog.
Uses
/blogs/getAllto view all blogs and/blogs/delete/:idto delete the blog