diff --git a/content/application/src/Bolero.Template.1.Server/Properties/launchSettings.json b/content/application/src/Bolero.Template.1.Server/Properties/launchSettings.json index 7b7ea12..f775065 100644 --- a/content/application/src/Bolero.Template.1.Server/Properties/launchSettings.json +++ b/content/application/src/Bolero.Template.1.Server/Properties/launchSettings.json @@ -19,7 +19,7 @@ "Server": { "commandName": "Project", "launchBrowser": true, - "inspectUri": "{wsProtocol}://{url.hostname}:{url.prt}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "https://localhost:PORT_SERVER_SSL;http://localhost:PORT_SERVER_HTTP", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development"