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
+2 -2
View File
@@ -5,7 +5,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://0.0.0.0:8080; http://localhost:7155",
"applicationUrl": "http://0.0.0.0:8080;",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -14,7 +14,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://0.0.0.0:8080; https://localhost:7155",
"applicationUrl": "https://0.0.0.0:8080;",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}