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 +}