Skip to content
Snippets Groups Projects

unfollow button added to society board

Merged Ahmed, Talha (UG - Computer Science) requested to merge talha into main
Files
15
@@ -50,7 +50,6 @@ function CreatePost() {
}
};
useEffect(() => {
console.log(user_id);
Axios.post("http://localhost:3007/society/mysocieties", {
user_id,
}).then((response) => {
Loading