From 054bf82e2db504f5eb6f159c9b5a1daa0e69c81e Mon Sep 17 00:00:00 2001 From: wanggaofeng <15601716045@163.com> Date: Tue, 15 Aug 2023 09:48:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OcelotStudy.WebApiA/Properties/launchSettings.json | 4 ++-- OcelotStudy.WebApiB/Properties/launchSettings.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OcelotStudy.WebApiA/Properties/launchSettings.json b/OcelotStudy.WebApiA/Properties/launchSettings.json index df04834..26ba1b3 100644 --- a/OcelotStudy.WebApiA/Properties/launchSettings.json +++ b/OcelotStudy.WebApiA/Properties/launchSettings.json @@ -4,7 +4,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:34710", + "applicationUrl": "http://localhost:5101", "sslPort": 0 } }, @@ -12,7 +12,7 @@ "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, - "launchUrl": "weatherforecast", + "launchUrl": "api/ServiceA/ping", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/OcelotStudy.WebApiB/Properties/launchSettings.json b/OcelotStudy.WebApiB/Properties/launchSettings.json index 30f7e7a..847e4c8 100644 --- a/OcelotStudy.WebApiB/Properties/launchSettings.json +++ b/OcelotStudy.WebApiB/Properties/launchSettings.json @@ -4,7 +4,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:12569", + "applicationUrl": "http://localhost:5102", "sslPort": 0 } }, @@ -12,7 +12,7 @@ "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, - "launchUrl": "weatherforecast", + "launchUrl": "api/ServiceB/ping", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }