From eb10c6866fdd9e3c0c19cf70983691579f86e2ee Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Mon, 9 Aug 2021 21:12:02 -0400 Subject: [PATCH] Add proxy info --- Properties/launchSettings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index b6d44c2..5caa078 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -19,6 +19,7 @@ "commandName": "Project", "dotnetRunMessages": "true", "launchBrowser": true, + "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }