diff --git a/ASP.NET/Controllers/SimulationController.cs b/ASP.NET/Controllers/SimulationController.cs index 42ba277..dfcd4b5 100644 --- a/ASP.NET/Controllers/SimulationController.cs +++ b/ASP.NET/Controllers/SimulationController.cs @@ -24,7 +24,7 @@ namespace TCC.Controllers } [HttpGet("json")] - public async Task GetHarmonicProgression([FromQuery] int n) + public async Task GetJsonResponse() { return Ok(new { message = "Hello World!" }); }