mirror of https://github.com/ivanch/tcc.git
small fix heh
This commit is contained in:
parent
62b8b70689
commit
a6a8bd307b
|
@ -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!" });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue