diff --git a/src/LiquidCode.Tester.Gateway/Program.cs b/src/LiquidCode.Tester.Gateway/Program.cs index 02e45e6..4faf1c9 100644 --- a/src/LiquidCode.Tester.Gateway/Program.cs +++ b/src/LiquidCode.Tester.Gateway/Program.cs @@ -18,7 +18,7 @@ builder.Services.AddSingleton(); var app = builder.Build(); // Configure the HTTP request pipeline -if (app.Environment.IsDevelopment()) +//if (app.Environment.IsDevelopment()) { app.UseSwagger(); app.UseSwaggerUI();