COSC481W-2022Winter / capstone-hackmcx

capstone-hackmcx created by GitHub Classroom
0 stars 1 forks source link

feat: Added router & controller for Caption #65

Closed zxkevin closed 2 years ago

zxkevin commented 2 years ago

Added the routing for Caption so that GET /v1/posts/{id}/captions will return a list of Captions and POST to create Caption records in the database

46 #52