From 630d5d9f40a0b513b8d79c64d3417ed4572a6855 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Mon, 16 Jun 2025 17:25:14 -0400 Subject: [PATCH] removed https --- Astrocore.Api/Program.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Astrocore.Api/Program.cs b/Astrocore.Api/Program.cs index 700582c..e93868b 100644 --- a/Astrocore.Api/Program.cs +++ b/Astrocore.Api/Program.cs @@ -23,10 +23,8 @@ namespace Astrocore.Api app.UseSwaggerUI(); } - app.UseHttpsRedirection(); - - app.UseAuthorization(); - + //app.UseHttpsRedirection(); + //app.UseAuthorization(); app.MapControllers();