Skip to content

Commit ace7d69

Browse files
authored
Fix IISExpress applicationUrl in launchSettings.json (#313)
* Fix IISExpress applicationUrl in launchSettings.json * Update sample-applications/blazor-dashboard/BlazorDashboard/Properties/launchSettings.json * revert line ending
1 parent f57fae3 commit ace7d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-applications/blazor-dashboard/BlazorDashboard/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"windowsAuthentication": false,
44
"anonymousAuthentication": true,
55
"iisExpress": {
6-
"applicationUrl": "http://localhost:61210/",
6+
"applicationUrl": "http://localhost:61210/blazor-dashboard-app/",
77
"sslPort": 44398
88
}
99
},

0 commit comments

Comments
 (0)