Skip to content

Commit e35d47b

Browse files
authored
Update Program.cs
1 parent cdccdc7 commit e35d47b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

OpenReservation.Notification/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
var builder = WebApplication.CreateSlimBuilder(args);
88

9-
// Add services to the container.
109
// OpenApi https://learn.microsoft.com/en-us/aspnet/core/fundamentals/openapi/overview
1110
builder.Services.AddOpenApi();
1211

@@ -25,7 +24,6 @@
2524

2625
var app = builder.Build();
2726

28-
// Configure the HTTP request pipeline.
2927
app.MapOpenApi().ShortCircuit().DisableHttpMetrics();
3028
app.MapScalarApiReference().ShortCircuit().DisableHttpMetrics();
3129

0 commit comments

Comments
 (0)