This commit is contained in:
2025-05-25 21:51:33 -03:00
parent e46771baae
commit b2314a003f
20 changed files with 13 additions and 4682 deletions

View File

@@ -91,6 +91,7 @@ def get_course(id: str):
)
def put_course(id: str, payload: Course):
update_course(id, payload, persistence_layer=course_layer)
return JSONResponse(
body=payload,
status_code=HTTPStatus.OK,