From 1d67f77e838df88b0223083378fb3381e691b4ae Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周四, 03 4月 2025 08:31:46 +0800 Subject: [PATCH] 优化 --- Api/Properties/launchSettings.json | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Api/Properties/launchSettings.json b/Api/Properties/launchSettings.json index 434fc8f..fc3afe6 100644 --- a/Api/Properties/launchSettings.json +++ b/Api/Properties/launchSettings.json @@ -4,8 +4,8 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:63423", - "sslPort": 44321 + "applicationUrl": "http://localhost:7777", + "sslPort": 7777 } }, "profiles": { @@ -14,7 +14,7 @@ "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "http://localhost:5006", + "applicationUrl": "http://localhost:7777", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -24,7 +24,7 @@ "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:7205;http://localhost:5006", + "applicationUrl": "https://localhost:7205;http://localhost:7777", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } -- Gitblit v1.9.3