ucsb-cs156-f23 / proj-organic-f23-6pm-1

https://ucsb-cs156-f23.github.io/proj-organic-f23-6pm-1/
0 stars 0 forks source link

Added GET(single) operation for Course #47

Closed Joseph-Foster closed 10 months ago

Joseph-Foster commented 10 months ago

There is a GET endpoint /api/course/get?id=123 that gets the course with id 123 if you are an admin, or if you are logged in and on the course staff.

There are tests for the GET endpoint.

Closes #20