From 0c5d3c18dcbfcc27a5f5761ef9d400dbbfb1e398 Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Tue, 24 Mar 2026 22:32:39 +0100 Subject: [PATCH] Commented program.cs --- BeReadyBackend/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeReadyBackend/Program.cs b/BeReadyBackend/Program.cs index ed83756..6452252 100644 --- a/BeReadyBackend/Program.cs +++ b/BeReadyBackend/Program.cs @@ -72,7 +72,7 @@ app.UseAuthentication() app.MapHub("/groupHub"); -app.UseHttpsRedirection(); +//app.UseHttpsRedirection(); app.UseCors();