From 2c4f97f8f329417392a62c0bd430b748aedff524 Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Tue, 24 Mar 2026 19:10:28 +0100 Subject: [PATCH] Fixed error --- BeReadyBackend/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BeReadyBackend/Program.cs b/BeReadyBackend/Program.cs index 9806d32..ed83756 100644 --- a/BeReadyBackend/Program.cs +++ b/BeReadyBackend/Program.cs @@ -72,8 +72,8 @@ app.UseAuthentication() app.MapHub("/groupHub"); -// app.UseHttpsRedirection(); +app.UseHttpsRedirection(); -// app.UseCors(); +app.UseCors(); app.Run(); \ No newline at end of file