We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656b668 commit 26ebc0bCopy full SHA for 26ebc0b
aspnetcore/tutorials/first-web-api.md
@@ -125,6 +125,7 @@ The previously highlighted code:
125
* Sets the `SwaggerEndpoint()` option to the location of the OpenAPI documentation for this project.
126
* Ensures the Swagger UI is only available in the app development environment to limit information disclosure and security vulnerability.
127
128
+```csharp
129
var app = builder.Build();
130
131
// Configure the HTTP request pipeline.
@@ -562,4 +563,4 @@ For more information, see the following resources:
562
563
564
[!INCLUDE[](~/tutorials/first-web-api/includes/first-web-api7.md)]
565
-[!INCLUDE[](~/tutorials/first-web-api/includes/first-web-api8.md)]
566
+[!INCLUDE[](~/tutorials/first-web-api/includes/first-web-api8.md)]
0 commit comments