feat(ProfileControlsTFController): HttpDelete-Attribut zur Delete-Methode hinzugefügt

This commit is contained in:
Developer 02 2024-10-25 01:39:32 +02:00
parent d6aac0b400
commit 2a9e0a8f17

View File

@ -84,6 +84,7 @@ namespace WorkFlow.API.Controllers
}
}
[HttpDelete]
public override async Task<IActionResult> Delete([FromRoute] int id)
{
try