Skip to content

Commit f3d6b62

Browse files
committed
fix(blazor-coffee): Move paths in launch settings
1 parent 4d341d5 commit f3d6b62

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

sample-applications/blazing-coffee/BlazingCoffee/Client/Properties/launchSettings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"windowsAuthentication": false,
44
"anonymousAuthentication": true,
55
"iisExpress": {
6-
"applicationUrl": "http://localhost:55833/blazor-coffee/",
6+
"applicationUrl": "http://localhost:55833",
7+
"launchUrl": "blazor-coffee",
78
"sslPort": 44356
89
}
910
},
@@ -20,7 +21,8 @@
2021
"commandName": "Project",
2122
"launchBrowser": true,
2223
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/blazor-coffee/_framework/debug/ws-proxy?browser={browserInspectUri}",
23-
"applicationUrl": "https://localhost:5001/blazor-coffee/;http://localhost:5000/blazor-coffee/",
24+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
25+
"launchUrl": "blazor-coffee",
2426
"environmentVariables": {
2527
"ASPNETCORE_ENVIRONMENT": "Development"
2628
}

sample-applications/blazing-coffee/BlazingCoffee/Server/Properties/launchSettings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"windowsAuthentication": false,
44
"anonymousAuthentication": true,
55
"iisExpress": {
6-
"applicationUrl": "http://localhost:55833/blazor-coffee/",
6+
"applicationUrl": "http://localhost:55833",
7+
"launchUrl": "blazor-coffee",
78
"sslPort": 44356
89
}
910
},
@@ -20,7 +21,8 @@
2021
"commandName": "Project",
2122
"launchBrowser": true,
2223
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/blazor-coffee/_framework/debug/ws-proxy?browser={browserInspectUri}",
23-
"applicationUrl": "https://localhost:5001/blazor-coffee/;http://localhost:5000/blazor-coffee/",
24+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
25+
"launchUrl": "blazor-coffee",
2426
"environmentVariables": {
2527
"ASPNETCORE_ENVIRONMENT": "Development"
2628
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy