small fix heh

This commit is contained in:
José Henrique 2023-10-29 19:03:14 -03:00
parent 62b8b70689
commit a6a8bd307b
1 changed files with 1 additions and 1 deletions

View File

@ -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!" });
} }