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