From 2a9e0a8f17d0b14376e0dd495319d39326463772 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Fri, 25 Oct 2024 01:39:32 +0200 Subject: [PATCH] =?UTF-8?q?feat(ProfileControlsTFController):=20HttpDelete?= =?UTF-8?q?-Attribut=20zur=20Delete-Methode=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WorkFlow.API/Controllers/ProfileControlsTFController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/WorkFlow.API/Controllers/ProfileControlsTFController.cs b/WorkFlow.API/Controllers/ProfileControlsTFController.cs index e245bbb..036269b 100644 --- a/WorkFlow.API/Controllers/ProfileControlsTFController.cs +++ b/WorkFlow.API/Controllers/ProfileControlsTFController.cs @@ -84,6 +84,7 @@ namespace WorkFlow.API.Controllers } } + [HttpDelete] public override async Task Delete([FromRoute] int id) { try