From 0c925f92c972c25d9cea7046f4d19a37816d8ba1 Mon Sep 17 00:00:00 2001 From: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> Date: Mon, 23 May 2022 14:22:04 -0500 Subject: [PATCH] Fix port number for vs profile Api-SelfHost (#2011) --- src/Api/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Properties/launchSettings.json b/src/Api/Properties/launchSettings.json index 5cf88eb93..e98581f08 100644 --- a/src/Api/Properties/launchSettings.json +++ b/src/Api/Properties/launchSettings.json @@ -26,7 +26,7 @@ "Api-SelfHost": { "commandName": "Project", "launchBrowser": false, - "applicationUrl": "http://localhost:4000", + "applicationUrl": "http://localhost:4001", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "developSelfHosted": "true"