feature/client-template #2
@@ -57,7 +57,7 @@ public class UsersController : ControllerBase
|
||||
{
|
||||
var success = await service_.Delete(id);
|
||||
|
||||
if (success) return NotFound();
|
||||
if (!success) return NotFound();
|
||||
|
||||
return NoContent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user