79485442

Date: 2025-03-05 04:24:11
Score: 1.5
Natty:
Report link

Program.cs

app.MapGet("", (HttpContext context) =>
{
    return Results.Redirect("/swagger/");
})
.WithName("Redirect");
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yoel Morales