From ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667 Mon Sep 17 00:00:00 2001 From: transtrike Date: Thu, 10 Dec 2020 13:54:23 +0200 Subject: Replaced ASP.NET Core MVC with Blazor --- Web/Properties/launchSettings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Web/Properties/launchSettings.json') diff --git a/Web/Properties/launchSettings.json b/Web/Properties/launchSettings.json index 4e23cb7..b602949 100644 --- a/Web/Properties/launchSettings.json +++ b/Web/Properties/launchSettings.json @@ -1,10 +1,10 @@ -{ +{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:16267", - "sslPort": 44346 + "applicationUrl": "http://localhost:48973", + "sslPort": 44302 } }, "profiles": { @@ -15,7 +15,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" } }, - "WebFrontend": { + "Web": { "commandName": "Project", "dotnetRunMessages": "true", "launchBrowser": true, -- cgit v1.2.3