Update launchSettings.json

This commit is contained in:
BOT Alex 2023-06-27 14:34:29 +02:00
parent cb8dd0eb76
commit a4ea363f65
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
}, },
"dotnetRunMessages": "true", "dotnetRunMessages": "true",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:5001;http://localhost:7860" "applicationUrl": "https://localhost:5001;http://0.0.0.0:420"
} }
}, },
"iisSettings": { "iisSettings": {