diff --git a/Program.cs b/Program.cs index 9446258..622b7b8 100644 --- a/Program.cs +++ b/Program.cs @@ -66,9 +66,9 @@ // Configure the HTTP request pipeline. if (app.Environment.IsDevelopment()) { -} app.UseSwagger(); app.UseSwaggerUI(); +} app.UseHttpsRedirection();