a2jensen / CSE-110-TritonMates

0 stars 0 forks source link

Backend : TASKS Room GET Route #16

Closed a2jensen closed 2 days ago

a2jensen commented 2 weeks ago

Description:

Create an API route that accesses room and grabs all tasks within the room

GET

/room/{roomId}/roomTasks
ahmedCoder12424 commented 2 days ago

created with getTask and getAllTasks function