UseHttpsRedirection

This commit is contained in:
Artemy
2025-07-01 21:09:05 +07:00
parent cc4449ca29
commit 2ce7b6e7f9
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -109,9 +109,9 @@ if (app.Environment.IsDevelopment())
}
app.UseCors();
app.UseCors("AllowFrontend");
//app.UseHttpsRedirection();
app.UseHttpsRedirection();
app.UseRouting();