From a7d3ff5298843a1f270defcf48f3b364e6681176 Mon Sep 17 00:00:00 2001 From: mahan Date: Sat, 31 Jan 2026 15:57:34 +0330 Subject: [PATCH] comment http redirection --- ServiceHost/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServiceHost/Program.cs b/ServiceHost/Program.cs index 6e6af7dc..d924b849 100644 --- a/ServiceHost/Program.cs +++ b/ServiceHost/Program.cs @@ -432,7 +432,7 @@ else app.UseExceptionHandler(options => { }); -app.UseHttpsRedirection(); +//app.UseHttpsRedirection(); // ✅ FIX: UseStaticFiles must be BEFORE Routing and Auth app.UseStaticFiles();