this page will be similar to create post page #28 . Only difference is this will use /blogs/update/:id to update the selected blog by the user. Also the input fields on this page will already be filled by the blog's content retrieved from backend.
Also this page will contain a Review section where all the review messages sent by the admin will be displayed.
Here the button Send for review will generate a post request to /blogs/update/:id
this page will be similar to create post page #28 . Only difference is this will use
/blogs/update/:idto update the selected blog by the user. Also the input fields on this page will already be filled by the blog's content retrieved from backend.Also this page will contain a Review section where all the review messages sent by the admin will be displayed.
Here the button
Send for reviewwill generate a post request to/blogs/update/:id