CodieTamida / CPSC-449-Project-3

Other
1 stars 0 forks source link

Endpoint 10 #15

Closed McGabriel99 closed 11 months ago

McGabriel99 commented 11 months ago

NOTE: Review and merge Endpoint-9 before merging this branch

Changes made: @app.post("/add/{classid}/{sectionid}/{professorid}/{enrollmax}/{waitmax}", status_code=status.HTTP_201_CREATED) def add_class(request: Request, classid: str, sectionid: str, professorid: int, enrollmax: int, waitmax: int):