From 20c83f0472c7d66f7518cf4168a31f9c7f80ec76 Mon Sep 17 00:00:00 2001 From: Augustin Date: Tue, 28 Feb 2023 22:04:27 +0100 Subject: [PATCH] correction --- Sources/BlazorT/Properties/launchSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/BlazorT/Properties/launchSettings.json b/Sources/BlazorT/Properties/launchSettings.json index 20c1920..68f63ec 100644 --- a/Sources/BlazorT/Properties/launchSettings.json +++ b/Sources/BlazorT/Properties/launchSettings.json @@ -11,7 +11,7 @@ "http": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5140", + "applicationUrl": "http://localhost:5140", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -25,11 +25,11 @@ } }, "IIS Express": { - "commandName": "IISExpress", + "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } -} \ No newline at end of file +}