I have a .NET Core 3.1 MVC application that uses
app.UseEndpoints(endpoints => endpoints.MapControllers());
to map all my controllers, which a