Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
joneslizzie committed Nov 26, 2024
1 parent 250da87 commit ab8a282
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/controller/community.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ const communityController = (socket: FakeSOSocket) => {
router.get('/getRelevantCommunities', getRelevantCommunities);
router.patch('/addUserToCommunity/:communityName', addUserToCommunity);
router.patch('/updateCommunityQuestions/:communityName', updateCommunityQuestions);
router.get('/getCommunityMembers/:community', getCommunityMembers);

return router;
};
Expand Down

0 comments on commit ab8a282

Please sign in to comment.