Skip to content

Commit 0f963e9

Browse files
Copilotjaviercn
andauthored
Fix Blazor template HTTPS profile to include HTTP URL (#62853)
* Initial plan * Fix Blazor template HTTPS profile to include HTTP URL Co-authored-by: javiercn <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: javiercn <[email protected]>
1 parent 0d0cfaa commit 0f963e9

File tree

1 file changed

+1
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWebCSharp.1/Properties

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWebCSharp.1/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//#if (LocalhostTld)
3535
"applicationUrl": "https://blazorwebcsharp__1.dev.localhost:5501;http://blazorwebcsharp__1.dev.localhost:5500",
3636
//#else
37-
"applicationUrl": "https://localhost:5501",
37+
"applicationUrl": "https://localhost:5501;http://localhost:5500",
3838
//#endif
3939
"environmentVariables": {
4040
"ASPNETCORE_ENVIRONMENT": "Development"

0 commit comments

Comments
 (0)