Open jewel109 opened 2 years ago
https://github.com/Muhammet-Yildiz/Mern-Blog/blob/ecd0a207e94b5950ff6d708226cdbbe1bbef6f96/Backend/Controllers/story.js#L90
How to post {activeUser} in req.body?
{activeUser}
req.body
When the user enters and likes a story, I send the user's information to the backend. If there is that story among the liked stories, we leave it without liking. If not, we add it to the list.
https://github.com/Muhammet-Yildiz/Mern-Blog/blob/ecd0a207e94b5950ff6d708226cdbbe1bbef6f96/Backend/Controllers/story.js#L90
How to post
{activeUser}
inreq.body
?