diff options
Diffstat (limited to 'src/SMAPI.Web/Properties/launchSettings.json')
-rw-r--r-- | src/SMAPI.Web/Properties/launchSettings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Properties/launchSettings.json b/src/SMAPI.Web/Properties/launchSettings.json index e485e4e3..88179044 100644 --- a/src/SMAPI.Web/Properties/launchSettings.json +++ b/src/SMAPI.Web/Properties/launchSettings.json @@ -11,7 +11,7 @@ "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, - "launchUrl": "log", + "launchUrl": "", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } |