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" }