diff --git a/Clients/Monopoly.Clients.Web/Properties/launchSettings.json b/Clients/Monopoly.Clients.Web/Properties/launchSettings.json index ebebfa3..08fc12f 100644 --- a/Clients/Monopoly.Clients.Web/Properties/launchSettings.json +++ b/Clients/Monopoly.Clients.Web/Properties/launchSettings.json @@ -6,23 +6,23 @@ } }, "profiles": { - "http": { + "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "applicationUrl": "http://localhost:5184", + "applicationUrl": "https://localhost:7047;http://localhost:5184", + "launchUrl": "https://localhost:7047/dev-page", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, - "https": { + "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "applicationUrl": "https://localhost:7047;http://localhost:5184", - "launchUrl": "https://localhost:7047/dev-page", + "applicationUrl": "http://localhost:5184", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }