Skip to content

Commit 08f5b50

Browse files
authored
Fix port number placeholder in tutorial
1 parent 82a57dd commit 08f5b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/first-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Press Ctrl+F5 to run without the debugger.
135135

136136
```output
137137
Microsoft.Hosting.Lifetime: Information: Now listening on: https://localhost:{port number}
138-
Microsoft.Hosting.Lifetime: Information: Now listening on: http://localhost:5071{port number}
138+
Microsoft.Hosting.Lifetime: Information: Now listening on: http://localhost:{port number}
139139
```
140140

141141
# [Visual Studio Code](#tab/visual-studio-code)

0 commit comments

Comments
 (0)