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 7a3d45b commit 593fbacCopy full SHA for 593fbac
src/MyWebApi/MyWebApi/Controllers/WeatherForecastController.cs
@@ -16,7 +16,7 @@ public InfoController(ILogger<InfoController> logger)
16
[HttpGet(Name = "Get")]
17
public IActionResult Get()
18
{
19
- var _helloworld = "Hello World 123";
+ var _helloworld = "Hello World...";
20
var message = "Hello World from InfoController. This is a sample message.";
21
_logger.LogInformation(message);
22
return Ok(message);
0 commit comments