diff --git a/src/ReC.API/Program.cs b/src/ReC.API/Program.cs index f7a58b3..3f2becd 100644 --- a/src/ReC.API/Program.cs +++ b/src/ReC.API/Program.cs @@ -70,9 +70,7 @@ try var app = builder.Build(); -#pragma warning disable CS0618 app.UseMiddleware(); -#pragma warning restore CS0618 // Configure the HTTP request pipeline. if (app.Environment.IsDevelopment() || config.GetValue("UseSwagger"))