Skip to content

Commit

Permalink
Fix test app
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Apr 2, 2024
1 parent 2f8019d commit ad6e36e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/BitzArt.CA.TestApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ public static void Main(string[] args)
});
builder.Services.ConfigureDefaultHttpJsonOptions();
builder.Services.AddControllers().AddDefaultJsonOptions();
builder.Services.AddApplicationInsights(builder.Configuration);

var app = builder.Build();

app.UseHttpBodyLogging();
app.UseApiExceptionHandler();
app.MapControllers();

Expand Down

0 comments on commit ad6e36e

Please sign in to comment.