If I remove [ApiController] in ASP.NET Core 3.1 attribute Swagger stops seing my controller, I\'ve added [Controller] attribute instead, but it didn\'t
[ApiController]
[Controller]