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