Browse Source

Correct localhost port number in README (#1204)

Co-authored-by: Kendra Todd <ktodd@bitwarden.com>
pull/1207/head
Kendra Todd 5 years ago committed by GitHub
parent
commit
39f9f15bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -44,7 +44,7 @@ dotnet build @@ -44,7 +44,7 @@ dotnet build
dotnet run
```
visit http://localhost:5000/alive
visit http://localhost:4000/alive
### Identity

Loading…
Cancel
Save