From 31e0e3894836daf6ead0b80ad4659e772bd57d19 Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Wed, 31 Jul 2024 15:54:34 +0200 Subject: [PATCH] update comment --- backend/routers/patients_notes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/routers/patients_notes.py b/backend/routers/patients_notes.py index a6670d72..2638d9d5 100644 --- a/backend/routers/patients_notes.py +++ b/backend/routers/patients_notes.py @@ -114,7 +114,7 @@ async def insert_Patient_Note(itemRequest : patientNoteInsertRequest, session: S db.close() return {"message": "Successfully Created Record"} -# Update Patient note on table +# Delete Patient note on table @router.delete("/notes/delete/", tags=["Patients Notes"]) async def Delete_Patient_note(itemRequest : noteDeleteRequest, session: SessionContainer = Depends(verify_session()) ): #session: SessionContainer = Depends(verify_session()) # today = date.today()