File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
sample-applications/blazing-coffee/BlazingCoffee Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3
3
"windowsAuthentication" : false ,
4
4
"anonymousAuthentication" : true ,
5
5
"iisExpress" : {
6
- "applicationUrl" : " http://localhost:55833/blazor-coffee/" ,
6
+ "applicationUrl" : " http://localhost:55833" ,
7
+ "launchUrl" : " blazor-coffee" ,
7
8
"sslPort" : 44356
8
9
}
9
10
},
20
21
"commandName" : " Project" ,
21
22
"launchBrowser" : true ,
22
23
"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" ,
24
26
"environmentVariables" : {
25
27
"ASPNETCORE_ENVIRONMENT" : " Development"
26
28
}
Original file line number Diff line number Diff line change 3
3
"windowsAuthentication" : false ,
4
4
"anonymousAuthentication" : true ,
5
5
"iisExpress" : {
6
- "applicationUrl" : " http://localhost:55833/blazor-coffee/" ,
6
+ "applicationUrl" : " http://localhost:55833" ,
7
+ "launchUrl" : " blazor-coffee" ,
7
8
"sslPort" : 44356
8
9
}
9
10
},
20
21
"commandName" : " Project" ,
21
22
"launchBrowser" : true ,
22
23
"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" ,
24
26
"environmentVariables" : {
25
27
"ASPNETCORE_ENVIRONMENT" : " Development"
26
28
}
You can’t perform that action at this time.
0 commit comments