[apiController] [Route("api/[controller]")] remove the action object from there and add with the HttpGet method like [HttpGet("index")] and for every HTTP request use a unique name
[apiController] [Route("api/[controller]")]
HttpGet
[HttpGet("index")]