79323136

Date: 2025-01-02 08:25:45
Score: 0.5
Natty:
Report link
var app = WebApplication.CreateBuilder(args).Build();
...
//get your types
...
types.forEach(type=>{
    
    app.MapGet($"api/{type.Name}/get-list", async (HttpContext httpContext) => await _service.GetListAsync())

});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Helium