diff --git a/2025/Net9WhatsNew/code/WhatsAspNet/Program.cs b/2025/Net9WhatsNew/code/WhatsAspNet/Program.cs index 1bef211f..f38a1dcf 100644 --- a/2025/Net9WhatsNew/code/WhatsAspNet/Program.cs +++ b/2025/Net9WhatsNew/code/WhatsAspNet/Program.cs @@ -75,11 +75,10 @@ options.Path = "/nswag-swagger"; }); +//goto /blocklyAutomation app.UseBlocklyUI(app.Environment); app.UseBlocklyAutomation(); -//TODO: blockly -//https://timdeschryver.dev/blog/what-about-my-api-documentation-now-that-swashbuckle-is-no-longer-a-dependency-in-aspnet-9 app.MapGet("/", () => TypedResults.InternalServerError("Something went wrong!"));