Skip to content

Commit 187f6dc

Browse files
Copilotjaviercn
andcommitted
Fix Blazor template HTTPS profile to include HTTP URL
Co-authored-by: javiercn <[email protected]>
1 parent 42287be commit 187f6dc

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)