mirror of
https://github.com/ivanch/tcc.git
synced 2025-09-13 16:01:50 +00:00
small fix heh
This commit is contained in:
@@ -24,7 +24,7 @@ namespace TCC.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("json")]
|
[HttpGet("json")]
|
||||||
public async Task<IActionResult> GetHarmonicProgression([FromQuery] int n)
|
public async Task<IActionResult> GetJsonResponse()
|
||||||
{
|
{
|
||||||
return Ok(new { message = "Hello World!" });
|
return Ok(new { message = "Hello World!" });
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user