We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5716b commit 0017aa1Copy full SHA for 0017aa1
Supermarket/V1/Controllers/AboutController.cs
@@ -21,7 +21,6 @@ public AboutController(ILogger<AboutController> logger)
21
[ProducesResponseType(StatusCodes.Status200OK)]
22
public IActionResult Get()
23
{
24
- varr x = 1;
25
_logger.LogInformation("Still consuming deprecated api method");
26
27
return Ok(new { message = "This is about Api Version 1.0" });
0 commit comments