diff --git a/CutList.Web/Properties/launchSettings.json b/CutList.Web/Properties/launchSettings.json index 245bd46..74257ab 100644 --- a/CutList.Web/Properties/launchSettings.json +++ b/CutList.Web/Properties/launchSettings.json @@ -2,21 +2,21 @@ "profiles": { "http": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "http://localhost:5009" }, "https": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:5001;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:5001;http://localhost:5000" } } -} +} \ No newline at end of file