From 0d358a266abcc82e97af17d21300c64731ba632d Mon Sep 17 00:00:00 2001 From: PABLO DIAZ <146894755+PabloDiazSSA@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:46:03 -0600 Subject: [PATCH] swagger not available for deploy --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();