Open dtlai opened 3 years ago
GET /api/users
and GET /api/users/:id
what are these routes used for? When would you use them?GET /api/reviews
wouldn't you grab the reviews for a specific business when you visit that page?GET /api/reviews/:id
likely unnecessary
Backend Routes
snake_case
GET likes
api endpoint because that info comes through the post showComments