From 7e79bbee3e1078438fd68b8270269411c29cc679 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Fri, 10 Apr 2020 10:11:47 +0100 Subject: [PATCH] Don't open a browser --- src/Robware.Api.Blog/Properties/launchSettings.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Robware.Api.Blog/Properties/launchSettings.json b/src/Robware.Api.Blog/Properties/launchSettings.json index 2b22325..2b67c7f 100644 --- a/src/Robware.Api.Blog/Properties/launchSettings.json +++ b/src/Robware.Api.Blog/Properties/launchSettings.json @@ -11,8 +11,6 @@ "profiles": { "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "blog", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }