HappiHub - A platform for organizing and discovering cultural and artistic events. Join the community and explore events happening around you!
1
stars
3
forks
source link
feat: implement GET /comments/event/:eventId route to retrieve all co… #187
Closed
benoit-bremaud closed 4 months ago
…mments by event ID
getCommentsByEventId
method tocommentController
to handle retrieving all comments by a specific event ID.commentRoutes.js
for GET /comments/event/:eventId, protected byauthenticateToken
middleware.Resolves: #149