You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /posts (get all posts and categories) // []
POST /post/create (new post)
GET /post/read/:id (post content)
GET /post/replies/:id (all replies) // []
POST /post/replies/:id (create reply)
GET /category/:category (get individual category) // currently fetching all categories
PUT /post/read/:id/upvote (upvote a post)
PUT /post/replies/:id/thumb (thumb up a reply)
No description provided.
The text was updated successfully, but these errors were encountered: