From 80106201a60de97381f27ec90e0975aa4aa2ab6a Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Sun, 1 Mar 2020 21:36:23 -0800 Subject: [PATCH] use a different port --- samples/frontend-backend/backend/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/frontend-backend/backend/Properties/launchSettings.json b/samples/frontend-backend/backend/Properties/launchSettings.json index f70f5fcd..7e58ab05 100644 --- a/samples/frontend-backend/backend/Properties/launchSettings.json +++ b/samples/frontend-backend/backend/Properties/launchSettings.json @@ -18,7 +18,7 @@ "backend": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "https://localhost:5001;http://localhost:5000", + "applicationUrl": "https://localhost:5002;http://localhost:5003", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }