feat(ProfileControlsTFController): HttpDelete-Attribut zur Delete-Methode hinzugefügt
This commit is contained in:
parent
d6aac0b400
commit
2a9e0a8f17
@ -84,6 +84,7 @@ namespace WorkFlow.API.Controllers
|
||||
}
|
||||
}
|
||||
|
||||
[HttpDelete]
|
||||
public override async Task<IActionResult> Delete([FromRoute] int id)
|
||||
{
|
||||
try
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user