Skip to content

Commit 7b5716b

Browse files
authored
Update AboutController.cs
testing circleci build result
1 parent bd328b8 commit 7b5716b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Supermarket/V1/Controllers/AboutController.cs

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

2627
return Ok(new { message = "This is about Api Version 1.0" });
2728
}
2829
}
29-
}
30+
}

0 commit comments

Comments
 (0)