Skip to content

Commit 0017aa1

Browse files
authored
Update AboutController.cs
removed error code
1 parent 7b5716b commit 0017aa1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Supermarket/V1/Controllers/AboutController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public AboutController(ILogger<AboutController> logger)
2121
[ProducesResponseType(StatusCodes.Status200OK)]
2222
public IActionResult Get()
2323
{
24-
varr x = 1;
2524
_logger.LogInformation("Still consuming deprecated api method");
2625

2726
return Ok(new { message = "This is about Api Version 1.0" });

0 commit comments

Comments
 (0)