Skip to content

Commit 324262f

Browse files
Update Kestrel launch URL
Use the correct port when launching with Kestrel.
1 parent f6127ab commit 324262f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Mvc.Client/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"web": {
1919
"commandName": "Project",
2020
"launchBrowser": true,
21-
"launchUrl": "https://localhost:44318/",
21+
"launchUrl": "https://localhost:5001/",
2222
"environmentVariables": {
2323
"ASPNETCORE_ENVIRONMENT": "Development"
2424
}

0 commit comments

Comments
 (0)