with out app.UseHttpsRedirection

This commit is contained in:
Artemy
2026-02-09 00:01:29 +07:00
parent f85e251277
commit a8e31116b2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ app.UseSwaggerUI();
app.UseCors("AllowFrontend");
app.UseHttpsRedirection();
//app.UseHttpsRedirection();
app.UseRouting();