From d0f5c7b7a16b9aa34efd96928d7f194f4646c921 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Mon, 9 Aug 2021 21:20:43 -0400 Subject: [PATCH] Add proxy info --- Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 5caa078..2630dcd 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -19,7 +19,7 @@ "commandName": "Project", "dotnetRunMessages": "true", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "https://localhost:5003;http://localhost:5002", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }