app.MapGet("/hello", () => Results.Ok(new { Message = "Hello .NET 7" }));

Loading...