From 0cbd00e063d3128b129f125ef34c16e660ed400c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 10 Oct 2017 20:48:18 -0400 Subject: [PATCH] update launch urls --- src/Icons/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Icons/Properties/launchSettings.json b/src/Icons/Properties/launchSettings.json index 61929c7b71..e8db9a58cc 100644 --- a/src/Icons/Properties/launchSettings.json +++ b/src/Icons/Properties/launchSettings.json @@ -11,7 +11,7 @@ "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, - "launchUrl": "?domain=bitwarden.com", + "launchUrl": "?url=bitwarden.com", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -19,7 +19,7 @@ "Icons": { "commandName": "Project", "launchBrowser": true, - "launchUrl": "?domain=bitwarden.com", + "launchUrl": "?url=bitwarden.com", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" },