The user should be able to like specific posts, and remove likes from posts they already like.
An user should be able to like a post only once and may not remove like from other members.
Two routes should be added, one to like a specific post /post/{id}/like and one to remove the like /post/{id}/unlike.
The user should be able to like specific posts, and remove likes from posts they already like.
An user should be able to like a post only once and may not remove like from other members.
Two routes should be added, one to like a specific post `/post/{id}/like` and one to remove the like `/post/{id}/unlike`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The user should be able to like specific posts, and remove likes from posts they already like.
An user should be able to like a post only once and may not remove like from other members.
Two routes should be added, one to like a specific post
/post/{id}/likeand one to remove the like/post/{id}/unlike.