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