From fd62585a5f34e774849d8f2be5afd568f0ae0f9f Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 22 Oct 2023 01:10:52 +0200 Subject: [PATCH] Calling Edit Task API --- backend/.idea/workspace.xml | 27 ++++--- frontend/src/api/api/task.service.ts | 70 ++++++++++++++++++ .../task-editor/task-editor.component.html | 2 +- .../task-editor/task-editor.component.ts | 27 ++++++- openapi.yaml | 74 +++++++++++++++++++ 5 files changed, 184 insertions(+), 16 deletions(-) diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml index 595f049..d97e3bf 100644 --- a/backend/.idea/workspace.xml +++ b/backend/.idea/workspace.xml @@ -4,18 +4,8 @@