Closed McGabriel99 closed 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):
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):