CodieTamida / CPSC-449-Project-3

Other
1 stars 0 forks source link

Endpoint 9 #14

Closed McGabriel99 closed 11 months ago

McGabriel99 commented 11 months ago

NOTE: Endpoint-9 stems from Endpoint-8. Review and merge endpoint-8 first before this.

Changes made: @app.get("/waitlist/{instructorid}/{classid}/{sectionid}/{name}/{username}/{email}/{roles}") def view_waitlist(instructorid: int, classid: int, sectionid: int, name: str, username: str, email: str, roles: str):