Closed a2jensen closed 2 days ago
Description:
Create an API route that accesses room and grabs all tasks within the room
GET
/room/{roomId}/roomTasks
created with getTask and getAllTasks function
Description:
Create an API route that accesses room and grabs all tasks within the room
GET