Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Dec 15, 2024
1 parent a1417db commit 6a38d56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 2025/Net9WhatsNew/code/WhatsAspNet/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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!"));

Expand Down

0 comments on commit 6a38d56

Please sign in to comment.