From 6a38d5657eceeb04f34965556b255dd89c4812a6 Mon Sep 17 00:00:00 2001 From: Andrei Ignat Date: Sun, 15 Dec 2024 10:41:41 +0200 Subject: [PATCH] Update Program.cs --- 2025/Net9WhatsNew/code/WhatsAspNet/Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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!"));