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 cdccdc7 commit e35d47bCopy full SHA for e35d47b
OpenReservation.Notification/Program.cs
@@ -6,7 +6,6 @@
6
7
var builder = WebApplication.CreateSlimBuilder(args);
8
9
-// Add services to the container.
10
// OpenApi https://learn.microsoft.com/en-us/aspnet/core/fundamentals/openapi/overview
11
builder.Services.AddOpenApi();
12
@@ -25,7 +24,6 @@
25
24
26
var app = builder.Build();
27
28
-// Configure the HTTP request pipeline.
29
app.MapOpenApi().ShortCircuit().DisableHttpMetrics();
30
app.MapScalarApiReference().ShortCircuit().DisableHttpMetrics();
31
0 commit comments