We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a57dd commit 08f5b50Copy full SHA for 08f5b50
aspnetcore/tutorials/first-web-api.md
@@ -135,7 +135,7 @@ Press Ctrl+F5 to run without the debugger.
135
136
```output
137
Microsoft.Hosting.Lifetime: Information: Now listening on: https://localhost:{port number}
138
- Microsoft.Hosting.Lifetime: Information: Now listening on: http://localhost:5071{port number}
+ Microsoft.Hosting.Lifetime: Information: Now listening on: http://localhost:{port number}
139
```
140
141
# [Visual Studio Code](#tab/visual-studio-code)
0 commit comments